aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:01:34 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:54:21 -0300
commitd80479063449fdc528696ff54d5f4edccd0ff9e8 (patch)
treef43e57ccf5814f555054a97fba54bfee7ed86feb /activerecord/CHANGELOG.md
parent657095d8bbec51999d66b379245e8d3466ee27af (diff)
downloadrails-d80479063449fdc528696ff54d5f4edccd0ff9e8.tar.gz
rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.tar.bz2
rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.zip
Fix my name in the CHANGELOG to follow the convention
Also add missing entries and use the formating convention
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index a409c84655..9a036bdd66 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -152,6 +152,7 @@
* PostgreSQL hstore types are automatically deserialized from the database.
+
## Rails 3.2.3 (unreleased) ##
* Whitelist all attribute assignment by default. Change the default for newly generated applications to whitelist all attribute assignment. Also update the generated model classes so users are reminded of the importance of attr_accessible. *NZKoz*
@@ -166,6 +167,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*
@@ -356,6 +363,7 @@
*Aaron Christy*
+
## Rails 3.1.4 (March 1, 2012) ##
* Fix a custom primary key regression *GH 3987*
@@ -383,6 +391,7 @@
*Julius de Bruijn*
+
### Rails 3.1.3 (November 20, 2011) ##
* Perf fix: If we're deleting all records in an association, don't add a IN(..) clause
@@ -396,6 +405,7 @@
*Christos Zisopoulos and Kenny J*
+
### Rails 3.1.2 (November 18, 2011) ##
* Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces
@@ -443,6 +453,7 @@
*Kenny J*
+
## Rails 3.1.1 (October 7, 2011) ##
* Add deprecation for the preload_associations method. Fixes #3022.