From 1b1d17ebd829f32cb8778e8e9c86f214125aa6cf Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Mon, 25 Aug 2008 14:32:44 +1000 Subject: [PATCH] updated changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b15e5d8..0984395 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +[2008-08-25] + - fixed bug for non-timezone write method not updating changed attributes hash [reported by Sylvestre Mergulhão] + [2008-08-22] - fixed bug with attribute cache not clearing on write for date and time columns [reported by Sylvestre Mergulhão] - parse method returns Date object for date column assigned string as per normal Rails behaviour