aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2012-01-26 01:53:38 -0800
committerclaudiob <claudiob@gmail.com>2012-01-26 01:53:38 -0800
commit6d426b103580c80902ab64849cce7960107d7d70 (patch)
treed732029b8bf2c28bdc3762a0d17954418cc7c342 /activerecord
parentc00d77fe8b3f1f63ccca1964baa536af89d15724 (diff)
downloadrails-6d426b103580c80902ab64849cce7960107d7d70.tar.gz
rails-6d426b103580c80902ab64849cce7960107d7d70.tar.bz2
rails-6d426b103580c80902ab64849cce7960107d7d70.zip
Add release date of Rails 3.2.0 to documentation
Diffstat (limited to 'activerecord')
-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.