diff options
author | Xavier Noria <fxn@hashref.com> | 2013-02-19 17:32:05 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-02-19 17:32:32 +0100 |
commit | ff259b524944ff974c415c4d8808652721939546 (patch) | |
tree | 44ddbb3e5fcb5c348c9c39eb6ff3027bb975992e /actionpack | |
parent | 2abf217d54b92b34ef2722cbfe0da62b11add94b (diff) | |
download | rails-ff259b524944ff974c415c4d8808652721939546.tar.gz rails-ff259b524944ff974c415c4d8808652721939546.tar.bz2 rails-ff259b524944ff974c415c4d8808652721939546.zip |
moves a CHANGELOG entry from AR to AP
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 4b1778bc92..6047c83167 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Remove support for parsing YAML parameters from request. + + *Aaron Patterson* + * Add a message when you have no routes defined to both `rake routes` and GET "/rails/info/routes" that lets you know you have none defined and links to the Rails Guide on the topic. |