aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-24 15:06:31 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-24 15:06:31 +0530
commitd1d3cac0d2828f3b7fe0380412a62fb773fc052d (patch)
tree1e9f77f3ea6d611173442c060b9839deff2190d1 /activerecord
parentae60475a41cb0f5b3f7e071b75a0b5c5214c9f85 (diff)
downloadrails-d1d3cac0d2828f3b7fe0380412a62fb773fc052d.tar.gz
rails-d1d3cac0d2828f3b7fe0380412a62fb773fc052d.tar.bz2
rails-d1d3cac0d2828f3b7fe0380412a62fb773fc052d.zip
Revert "Changelog release dates fixed according to rubygems.org"
This reverts commit ae60475a41cb0f5b3f7e071b75a0b5c5214c9f85. Reason: Changelogs are not meant to be edited in docrails.
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 d227b73dec..ee2811c2be 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -153,7 +153,7 @@
*Aaron Christy*
-## Rails 3.1.3 (November 20, 2011) ##
+## Rails 3.1.3 (unreleased) ##
* 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 (November 18, 2011) ##
+## Rails 3.1.2 (unreleased) ##
* Fix bug with PostgreSQLAdapter#indexes. When the search path has multiple schemas, spaces
were not being stripped from the schema names after the first.