aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-07-09 21:49:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-07-09 21:49:37 +0000
commitcb2381696029ad839ecddad08afea061d07685fb (patch)
tree019bdde1381a1fd2e9423c494c13d76a048e4366 /activesupport/CHANGELOG
parent5b2be6293443a4c25aab7cf3e74fc84cb70e2199 (diff)
downloadrails-cb2381696029ad839ecddad08afea061d07685fb.tar.gz
rails-cb2381696029ad839ecddad08afea061d07685fb.tar.bz2
rails-cb2381696029ad839ecddad08afea061d07685fb.zip
Added Hash#except which is the inverse of Hash#slice -- return the hash except the keys that are specified [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7172 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 be7eba5b0c..fe243d4abf 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added Hash#except which is the inverse of Hash#slice -- return the hash except the keys that are specified [DHH]
+
* Added support for pluralization with a different starting letter than the singular version (cow/kine) #4929 [norri_b/hasmanyjosh]
* Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. #8453 [candlerb, Jeremy Kemper]