aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-02-27 10:01:29 -0800
committerSteve Klabnik <steve@steveklabnik.com>2013-02-27 10:06:45 -0800
commit23434f6162304292e8c4e28f2744e2cce719b372 (patch)
treecda6b115c9a72ac773ce566b0f1c29dfac9820a1 /actionpack
parent197b9f4d61260bea9e2a0a4883977e02164a0667 (diff)
downloadrails-23434f6162304292e8c4e28f2744e2cce719b372.tar.gz
rails-23434f6162304292e8c4e28f2744e2cce719b372.tar.bz2
rails-23434f6162304292e8c4e28f2744e2cce719b372.zip
Update CHANGELOGs for 3.2.13 release.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index b71d004033..86bee63549 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,10 @@
## unreleased ##
+* No changes.
+
+
+## Rails 3.2.13 (Feb 17, 2013) ##
+
* Determine the controller#action from only the matched path when using the
shorthand syntax. Previously the complete path was used, which led
to problems with nesting (scopes and namespaces).