aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 59f670dd4a..6e88e4614a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.14.rc2 (unreleased) ##
+## Rails 3.2.14.rc2 (Jun 16, 2013) ##
* Do not re-create destroyed association when saving the parent object.
@@ -7,7 +7,7 @@
*Paul Nikitochkin*
-## Rails 3.2.14.rc1 (Jul 8, 2013) ##
+## Rails 3.2.14.rc1 (Jul 12, 2013) ##
* Do not shallow the original exception in `exec_cache` on PostgreSQL adapter.