aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-29 16:36:04 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-03-29 17:50:06 -0500
commitbb2e2d8cb6fda1a093925fb6f79ef44f404bf785 (patch)
treeefcba839bfb8e20b61df08abb95c851e68318925 /activerecord/CHANGELOG.md
parent01ede9a211d91d415488d42ff8015809de2ac497 (diff)
downloadrails-bb2e2d8cb6fda1a093925fb6f79ef44f404bf785.tar.gz
rails-bb2e2d8cb6fda1a093925fb6f79ef44f404bf785.tar.bz2
rails-bb2e2d8cb6fda1a093925fb6f79ef44f404bf785.zip
CHANGELOG entry for AR#slice
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 46031e7c13..1d5b8841e2 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Added ActiveRecord::Base#slice to return a hash of the given methods with
+ their names as keys and returned values as values.
+
+ *Guillermo Iguaran*
+
* Deprecate eager-evaluated scopes.
Don't use this: