aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-04-03 15:43:59 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-04-03 15:43:59 -0700
commite59f3809efd8905183056c0a965b93df52a6f62e (patch)
tree40398a91874dab8027482c5bed24f16e280232e7 /activerecord/CHANGELOG.md
parent2c22376fe04b89e8f34620139720b85a85ce3428 (diff)
parent453c7d6c47be01c9938af14962279e4cb2d6e506 (diff)
downloadrails-e59f3809efd8905183056c0a965b93df52a6f62e.tar.gz
rails-e59f3809efd8905183056c0a965b93df52a6f62e.tar.bz2
rails-e59f3809efd8905183056c0a965b93df52a6f62e.zip
Merge pull request #7792 from seejee/chained_scopes_preload_properly
Fixes Issue #7490: Chained scopes will preload properly
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 f63da3cef8..5e5e1490c4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -39,6 +39,11 @@
## Rails 3.2.13 (Mar 18, 2013) ##
+* Chaining multiple preloaded scopes will correctly preload all the scopes
+ at the same time.
+
+ *Chris Geihsler*
+
* Reverted 921a296a3390192a71abeec6d9a035cc6d1865c8, 'Quote numeric values
compared to string columns.' This caused several regressions.