diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-16 03:37:17 -0700 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-16 03:37:17 -0700 |
commit | d97efd93012201a293fd147460569a576a11f853 (patch) | |
tree | b56bd8d2b0cf64be0b09cf67653eb8ce452327c3 /activerecord | |
parent | b8f748269584c1475f6e06aec48fce627f603880 (diff) | |
parent | 363888109f88a3dd67718f1f5cee585af4014bc6 (diff) | |
download | rails-d97efd93012201a293fd147460569a576a11f853.tar.gz rails-d97efd93012201a293fd147460569a576a11f853.tar.bz2 rails-d97efd93012201a293fd147460569a576a11f853.zip |
Merge pull request #5858 from bsodmike/master
Update Rails 3.2.3 release date in changelogs as March 30, 2012
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 44ff403582..aa84dacf07 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -239,7 +239,7 @@ * PostgreSQL hstore types are automatically deserialized from the database. -## Rails 3.2.3 (unreleased) ## +## Rails 3.2.3 (March 30, 2012) ## * Added find_or_create_by_{attribute}! dynamic method. *Andrew White* |