aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
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 /activeresource
parenta96df04aac00fb2b7d91978c24741100230a50d4 (diff)
downloadrails-47fb44fc7a12f6a57b71b6dcd68a19e572101703.tar.gz
rails-47fb44fc7a12f6a57b71b6dcd68a19e572101703.tar.bz2
rails-47fb44fc7a12f6a57b71b6dcd68a19e572101703.zip
Update CHANGELOG entry
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG.md7
1 files changed, 1 insertions, 6 deletions
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.