aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-07-05 17:32:16 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-07-05 17:32:16 +0000
commit12600d77dd1757365dc86e6aec5cafb48ec49886 (patch)
treee0c2dd9a7ee9e8e8eb3e02be1cd2035d6c7b691b /activesupport/CHANGELOG
parentc51f9fdc78d1732d6c08a6411ca9d2536aa86d6e (diff)
downloadrails-12600d77dd1757365dc86e6aec5cafb48ec49886.tar.gz
rails-12600d77dd1757365dc86e6aec5cafb48ec49886.tar.bz2
rails-12600d77dd1757365dc86e6aec5cafb48ec49886.zip
HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor should it mistreat legitimate nil values.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4555 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6d81723705..62450807c2 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* HashWithIndifferentAccess shouldn't confuse false and nil. #5601 [shugo@ruby-lang.org]
+
* Fixed HashWithIndifferentAccess#default #5586 [chris@seagul.co.uk]
* More compatible Hash.create_from_xml. #5523 [nunemaker@gmail.com]