aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-15 14:54:31 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-15 14:54:31 -0700
commit5c7633cd30a80e9cf747ff39798aea8c03f70420 (patch)
treeda9378390da9aefbb3e0e7647296ded57f50d683 /activerecord/CHANGELOG.md
parentee46f1d5d2a8825de2d4973fb0301f2d85986e73 (diff)
parentf6e7e11ad28555860bb8a1bb362fa091f48cc81a (diff)
downloadrails-5c7633cd30a80e9cf747ff39798aea8c03f70420.tar.gz
rails-5c7633cd30a80e9cf747ff39798aea8c03f70420.tar.bz2
rails-5c7633cd30a80e9cf747ff39798aea8c03f70420.zip
Merge branch 'master' into joindep
* master: use the cached arel table Fix typo in the changelog entry Don't remove the select values to add they back again Pluck on NullRelation accepts a list of columns Conflicts: activerecord/lib/active_record/relation/finder_methods.rb
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e1eb3e4113..6e93477c3b 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
+* `NullRelation#pluck` takes a list of columns
+
+ The method signature in `NullRelation` was updated to mimic that in
+ `Calculations`.
+
+ *Derek Prior*
+
* `scope_chain` should not be mutated for other reflections.
Currently `scope_chain` uses same array for building different