aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-06-12 17:46:15 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-06-12 17:46:15 -0500
commit556204abaf95f7c995576cb1358f13de406682ab (patch)
treea84387ac04af8377b25c4c283a522dc82639bb53 /activesupport/CHANGELOG
parented0cb91a830f317e3a8192a90294c1005f6156c2 (diff)
downloadrails-556204abaf95f7c995576cb1358f13de406682ab.tar.gz
rails-556204abaf95f7c995576cb1358f13de406682ab.tar.bz2
rails-556204abaf95f7c995576cb1358f13de406682ab.zip
Added Enumberable#several? to encapsulate collection.size > 1 [DHH]
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 c7739fd7e0..b72f638d82 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added Enumberable#several? to encapsulate collection.size > 1 [DHH]
+
* Add more standard Hash methods to ActiveSupport::OrderedHash [Steve Purcell]
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [Josh Peek]