aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:01:34 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-09 00:54:21 -0300
commitd80479063449fdc528696ff54d5f4edccd0ff9e8 (patch)
treef43e57ccf5814f555054a97fba54bfee7ed86feb /activeresource
parent657095d8bbec51999d66b379245e8d3466ee27af (diff)
downloadrails-d80479063449fdc528696ff54d5f4edccd0ff9e8.tar.gz
rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.tar.bz2
rails-d80479063449fdc528696ff54d5f4edccd0ff9e8.zip
Fix my name in the CHANGELOG to follow the convention
Also add missing entries and use the formating convention
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG.md b/activeresource/CHANGELOG.md
index f305c3fd4a..670cb19f57 100644
--- a/activeresource/CHANGELOG.md
+++ b/activeresource/CHANGELOG.md
@@ -3,6 +3,11 @@
* Adds support for PATCH requests. *dlee*
+## Rails 3.2.2 (March 1, 2012) ##
+
+* No changes.
+
+
## Rails 3.2.1 (January 26, 2012) ##
* Documentation fixes.