aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Wallace <rywall@gmail.com>2013-09-06 15:16:39 -0700
committerRyan Wallace <rywall@gmail.com>2013-09-08 14:00:19 -0700
commit87a84d3263c8712f85e70c45803203fa54658a9e (patch)
tree7453b761441cd4479e58794effc342bdb76f6ff4 /activerecord/CHANGELOG.md
parent6a91a3307ff6556225ab8717617074cea20222e0 (diff)
downloadrails-87a84d3263c8712f85e70c45803203fa54658a9e.tar.gz
rails-87a84d3263c8712f85e70c45803203fa54658a9e.tar.bz2
rails-87a84d3263c8712f85e70c45803203fa54658a9e.zip
Allow Relation#from to accept other relations with bind values.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b79b9a87c6..b5265a02bd 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Allow Relation#from to accept other relations with bind values.
+
+ *Ryan Wallace*
+
* Re-use `order` argument pre-processing for `reorder`.
*Paul Nikitochkin*