aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-07-05 01:09:40 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-07-05 01:09:40 +0000
commit760bcc6ea93d235294cb741a2359365794365c34 (patch)
tree507873cfcb9f2e31c58a209c84010683cddf7603 /activesupport/CHANGELOG
parentf384622a20bfa701b5bce9582ce58d8235ed0185 (diff)
downloadrails-760bcc6ea93d235294cb741a2359365794365c34.tar.gz
rails-760bcc6ea93d235294cb741a2359365794365c34.tar.bz2
rails-760bcc6ea93d235294cb741a2359365794365c34.zip
Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4539 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 94470cf139..6d81723705 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed HashWithIndifferentAccess#default #5586 [chris@seagul.co.uk]
+
* More compatible Hash.create_from_xml. #5523 [nunemaker@gmail.com]
* Added Enumerable#sum for calculating a sum from the elements [DHH, jonathan@daikini.com]. Examples: