diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-10-27 17:16:45 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-10-27 17:16:45 +0100 |
commit | c94ba8150a726da4a894cd8325ee682a3286ec9f (patch) | |
tree | d9a7c710747e8f9e491ca74edfa17c20a1f9020e /activerecord/CHANGELOG | |
parent | 9e2bb2caff2b6fd4712ca3db258b68a588a69e9a (diff) | |
download | rails-c94ba8150a726da4a894cd8325ee682a3286ec9f.tar.gz rails-c94ba8150a726da4a894cd8325ee682a3286ec9f.tar.bz2 rails-c94ba8150a726da4a894cd8325ee682a3286ec9f.zip |
Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean)(Andreas Korth) [#857 state:committed]
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index fec110d569..06a290931c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,8 @@ +*2.2.1 [RC2 or 2.2 final]* + +* Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean) #857 [Andreas Korth] + + *2.2.0 [RC1] (October 24th, 2008)* * Skip collection ids reader optimization if using :finder_sql [Jeremy Kemper] |