diff options
author | Godfrey Chan <godfreykfc@gmail.com> | 2014-07-11 02:15:00 -0700 |
---|---|---|
committer | Godfrey Chan <godfreykfc@gmail.com> | 2014-07-11 02:16:57 -0700 |
commit | 00aae7cb38a9d7029b1530bcf21a89ead80130a4 (patch) | |
tree | 116228df0d918f53ae43e6eb62959cf232a4d241 /actionpack | |
parent | e22e1c0b282f86901500da8bdb70c9d711e16066 (diff) | |
download | rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.tar.gz rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.tar.bz2 rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.zip |
Synced 4.2 release notes with the latest commits.
Also reordered some of the items to put newer ones on top (same order as
CHANGELOGs), which makes it easier to diff while we are still working on it.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 58e5641a7e..fd58f00e83 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -73,6 +73,8 @@ application. Use of a symbol should be replaced with `action: symbol`. Use of a string without a "#" should be replaced with `controller: string`. + *Aaron Patterson* + * Fix URL generation with `:trailing_slash` such that it does not add a trailing slash after `.:format` |