diff options
author | Karunakar (Ruby) <revurikarna@gmail.com> | 2012-01-08 22:54:11 +0530 |
---|---|---|
committer | Karunakar (Ruby) <revurikarna@gmail.com> | 2012-01-08 23:26:46 +0530 |
commit | e634d25ac809e12e7dd109029f2d4e49c5fcc4e6 (patch) | |
tree | 46a4f73bd17dc0641b0dcbe622664c2c29d7953e /activerecord | |
parent | 7cfd1bd76a41bea528c945d821a9fbc3902af479 (diff) | |
download | rails-e634d25ac809e12e7dd109029f2d4e49c5fcc4e6.tar.gz rails-e634d25ac809e12e7dd109029f2d4e49c5fcc4e6.tar.bz2 rails-e634d25ac809e12e7dd109029f2d4e49c5fcc4e6.zip |
Added the release dates for rails 3.1.1, rails 3.1.2, rails 3.1.3
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c4feabfb5f..04d3a1f25b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -184,7 +184,7 @@ *Aaron Christy* -## Rails 3.1.3 (unreleased) ## +## Rails 3.1.3 (November 20, 2011) ## * Perf fix: If we're deleting all records in an association, don't add a IN(..) clause to the query. *GH 3672* @@ -197,7 +197,7 @@ *Christos Zisopoulos and Kenny J* -## Rails 3.1.2 (unreleased) ## +## Rails 3.1.2 (November 18, 2011) ## * Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces were not being stripped from the schema names after the first. |