aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Šimánek <retro@ballgag.cz>2012-02-18 18:29:48 +0100
committerJosef Šimánek <retro@ballgag.cz>2012-02-18 18:29:48 +0100
commitb4b2f5d8e4e578920d4e9028cf870dd7b6312ca9 (patch)
tree04d1b05b3fec938a1ef182ad4b084713be83da43
parent2cb86cdb8a0e1d66a646ce81c8e9a065427f89e3 (diff)
downloadrails-b4b2f5d8e4e578920d4e9028cf870dd7b6312ca9.tar.gz
rails-b4b2f5d8e4e578920d4e9028cf870dd7b6312ca9.tar.bz2
rails-b4b2f5d8e4e578920d4e9028cf870dd7b6312ca9.zip
Update 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 3de5af22c5..f69f803513 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -130,7 +130,7 @@
* PostgreSQL hstore types are automatically deserialized from the database.
-## Rails 3.2.1 (unreleased) ##
+## Rails 3.2.1 (January 26, 2012) ##
* The threshold for auto EXPLAIN is ignored if there's no logger. *fxn*