aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-07-09 20:48:31 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-07-09 20:48:31 +0000
commit5241b97709c693f272d457abc9165e7d750330b3 (patch)
treeaceed61edcbc803208046a74ccd5a5d19683ae5f /activesupport/CHANGELOG
parent1dc4cc030ffecb57ceffecac81215ed1d7924f3f (diff)
downloadrails-5241b97709c693f272d457abc9165e7d750330b3.tar.gz
rails-5241b97709c693f272d457abc9165e7d750330b3.tar.bz2
rails-5241b97709c693f272d457abc9165e7d750330b3.zip
Optional identity for Enumerable#sum defaults to zero. Closes #5657.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4599 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 62450807c2..5d79c19385 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Optional identity for Enumerable#sum defaults to zero. #5657 [gensym@mac.com]
+
* HashWithIndifferentAccess shouldn't confuse false and nil. #5601 [shugo@ruby-lang.org]
* Fixed HashWithIndifferentAccess#default #5586 [chris@seagul.co.uk]