diff options
author | Josef Šimánek <retro@ballgag.cz> | 2011-12-24 02:50:39 +0100 |
---|---|---|
committer | Josef Šimánek <retro@ballgag.cz> | 2011-12-24 02:50:39 +0100 |
commit | ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85 (patch) | |
tree | c9702baebbba0f7185ebcae8191ebdbde73d0e97 /activerecord | |
parent | 8758156d75ccaf432a4d9d1564cdedebabe646bf (diff) | |
download | rails-ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85.tar.gz rails-ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85.tar.bz2 rails-ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85.zip |
Changelog release dates fixed according to rubygems.org
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 ee2811c2be..d227b73dec 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -153,7 +153,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* @@ -166,7 +166,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. |