diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-06-12 18:30:56 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-06-12 18:30:56 -0500 |
commit | a3caf28da3a22c1326d3d98dcf71483a8edaa55a (patch) | |
tree | ffdee041bedbc1d57eba9cd3dcd4b0879a305158 /activesupport/CHANGELOG | |
parent | ea3a7e1bb1efc8b3ca10c4163bc116f3d5e23af1 (diff) | |
download | rails-a3caf28da3a22c1326d3d98dcf71483a8edaa55a.tar.gz rails-a3caf28da3a22c1326d3d98dcf71483a8edaa55a.tar.bz2 rails-a3caf28da3a22c1326d3d98dcf71483a8edaa55a.zip |
Added Object#present? which is equivalent to !Object#blank? [DHH]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index b72f638d82..d0f13afdaa 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Added Object#present? which is equivalent to !Object#blank? [DHH] + * Added Enumberable#several? to encapsulate collection.size > 1 [DHH] * Add more standard Hash methods to ActiveSupport::OrderedHash [Steve Purcell] |