aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-01-26 02:00:24 -0800
committerXavier Noria <fxn@hashref.com>2012-01-26 02:00:24 -0800
commitd11347df7203cb5c82caad5c9949830980e3eb6a (patch)
treed732029b8bf2c28bdc3762a0d17954418cc7c342 /activerecord/CHANGELOG.md
parentc00d77fe8b3f1f63ccca1964baa536af89d15724 (diff)
parent6d426b103580c80902ab64849cce7960107d7d70 (diff)
downloadrails-d11347df7203cb5c82caad5c9949830980e3eb6a.tar.gz
rails-d11347df7203cb5c82caad5c9949830980e3eb6a.tar.bz2
rails-d11347df7203cb5c82caad5c9949830980e3eb6a.zip
Merge pull request #4689 from claudiob/add_rails32_release_date
Add release date of Rails 3.2.0 to documentation
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 09431e38f5..e640700a24 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -73,7 +73,7 @@
* PostgreSQL hstore types are automatically deserialized from the database.
-## Rails 3.2.0 (unreleased) ##
+## Rails 3.2.0 (January 20, 2012) ##
* Added a `with_lock` method to ActiveRecord objects, which starts
a transaction, locks the object (pessimistically) and yields to the block.