aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:48:13 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-08 22:48:13 -0800
commit98144207789893c480ed42b007f4964070d9f870 (patch)
tree2545a467f897715450616002f6ddc5369463d6a3 /activerecord
parent94b2c8c32d00e101b306875b86abf11b28b55699 (diff)
parentdb743ff459385a9131b059151d011c59e8e094be (diff)
downloadrails-98144207789893c480ed42b007f4964070d9f870.tar.gz
rails-98144207789893c480ed42b007f4964070d9f870.tar.bz2
rails-98144207789893c480ed42b007f4964070d9f870.zip
Merge pull request #5350 from rafaelfranca/changelog-fix-3-2
Changelog fix 3 2
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9c877aafe1..5fe57712d4 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -12,6 +12,12 @@
* Fix #5069 - Protect foreign key from mass assignment through association builder. *byroot*
+
+## Rails 3.2.2 (March 1, 2012) ##
+
+* No changes.
+
+
## Rails 3.2.1 (January 26, 2012) ##
* The threshold for auto EXPLAIN is ignored if there's no logger. *fxn*
@@ -206,7 +212,8 @@
*Brian Durand*
-## Rails 3.1.3 (unreleased) ##
+
+## Rails 3.1.3 (November 20, 2011) ##
* Perf fix: If we're deleting all records in an association, don't add a IN(..) clause
to the query. *GH 3672*
@@ -219,7 +226,8 @@
*Christos Zisopoulos and Kenny J*
-## Rails 3.1.2 (unreleased) ##
+
+## Rails 3.1.2 (November 18, 2011) ##
* Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces
were not being stripped from the schema names after the first.
@@ -266,6 +274,7 @@
*Kenny J*
+
## Rails 3.1.1 (October 7, 2011) ##
* Add deprecation for the preload_associations method. Fixes #3022.