aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-12 11:23:51 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-12 11:23:51 -0800
commit84d633a0b3e74ded1daae58a10508122c2a57879 (patch)
tree892071e3bbb05bacdc658400dd4f25204b581d5e /activerecord
parentab8071f81e518d53396504156e2b9bb16249d05f (diff)
parente634d25ac809e12e7dd109029f2d4e49c5fcc4e6 (diff)
downloadrails-84d633a0b3e74ded1daae58a10508122c2a57879.tar.gz
rails-84d633a0b3e74ded1daae58a10508122c2a57879.tar.bz2
rails-84d633a0b3e74ded1daae58a10508122c2a57879.zip
Merge pull request #4387 from Karunakar/releasenotes
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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4b1b3bda0e..bba6447bf9 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -190,7 +190,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*
@@ -203,7 +203,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.