aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-22 11:57:02 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-22 11:57:02 -0300
commit47fb44fc7a12f6a57b71b6dcd68a19e572101703 (patch)
treef96e4828ca30ac94550717a61d1a22be5d937b81
parenta96df04aac00fb2b7d91978c24741100230a50d4 (diff)
downloadrails-47fb44fc7a12f6a57b71b6dcd68a19e572101703.tar.gz
rails-47fb44fc7a12f6a57b71b6dcd68a19e572101703.tar.bz2
rails-47fb44fc7a12f6a57b71b6dcd68a19e572101703.zip
Update CHANGELOG entry
-rw-r--r--actionmailer/CHANGELOG.md7
-rw-r--r--actionpack/CHANGELOG.md7
-rw-r--r--activerecord/CHANGELOG.md5
-rw-r--r--activeresource/CHANGELOG.md7
-rw-r--r--activesupport/CHANGELOG.md7
-rw-r--r--railties/CHANGELOG.md7
6 files changed, 6 insertions, 34 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 9cdd3a80ff..37241dc4ad 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,9 +1,4 @@
-## Rails 3.2.14.rc2 (Jun 16, 2013) ##
-
-* No changes.
-
-
-## Rails 3.2.14.rc1 (Jul 12, 2013) ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* No changes.
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 03803d2898..119515c75b 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,9 +1,4 @@
-## Rails 3.2.14.rc2 (Jun 16, 2013) ##
-
-* No changes.
-
-
-## Rails 3.2.14.rc1 (Jul 12, 2013) ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* Merge `:action` from routing scope and assign endpoint if both `:controller`
and `:action` are present. The endpoint assignment only occurs if there is
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6e88e4614a..608e10f866 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Rails 3.2.14.rc2 (Jun 16, 2013) ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* Do not re-create destroyed association when saving the parent object.
@@ -6,9 +6,6 @@
*Paul Nikitochkin*
-
-## Rails 3.2.14.rc1 (Jul 12, 2013) ##
-
* Do not shallow the original exception in `exec_cache` on PostgreSQL adapter.
Fixes #11260.
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index 7a07c70a49..dd618e4f27 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -1,9 +1,4 @@
-## Rails 3.2.14.rc2 (Jun 16, 2013) ##
-
-* No changes.
-
-
-## Rails 3.2.14.rc1 (Jul 12, 2013) ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json.
Backported from the now separate repo rails/activeresouce.
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 4ce63efd19..aa71bf9be1 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,9 +1,4 @@
-## Rails 3.2.14.rc2 (Jun 16, 2013) ##
-
-* No changes.
-
-
-## Rails 3.2.14.rc1 (Jul 12, 2013) ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* Make `Time.at_with_coercion` retain the second fraction and return local time.
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index e5a08b11f7..c12b598f0d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,9 +1,4 @@
-## Rails 3.2.14.rc2 (Jun 16, 2013) ##
-
-* No changes.
-
-
-## Rails 3.2.14.rc1 (Jul 12, 2013) ##
+## Rails 3.2.14 (Jul 22, 2013) ##
* Fix bugs that crashed `rake test:benchmark`, `rails profiler` and
`rails benchmarker`.