diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-02-18 09:44:42 -0800 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-02-18 09:44:42 -0800 |
commit | 6219bebb4942dcb8aa55b0143b94ebe1a25e326c (patch) | |
tree | 04d1b05b3fec938a1ef182ad4b084713be83da43 /activerecord | |
parent | 2cb86cdb8a0e1d66a646ce81c8e9a065427f89e3 (diff) | |
parent | b4b2f5d8e4e578920d4e9028cf870dd7b6312ca9 (diff) | |
download | rails-6219bebb4942dcb8aa55b0143b94ebe1a25e326c.tar.gz rails-6219bebb4942dcb8aa55b0143b94ebe1a25e326c.tar.bz2 rails-6219bebb4942dcb8aa55b0143b94ebe1a25e326c.zip |
Merge pull request #5085 from simi/patch-1
Update activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
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* |