aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-28 19:39:17 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-28 19:40:18 -0200
commit68f69ec31e659430036d354ea9834174bdc43d33 (patch)
treef3f4c544705200ebecc8b3beaf79126a223ab0a0 /actionpack
parent3f11253af0c7ad6cd67d44b50a0bca9fa8d69e08 (diff)
downloadrails-68f69ec31e659430036d354ea9834174bdc43d33.tar.gz
rails-68f69ec31e659430036d354ea9834174bdc43d33.tar.bz2
rails-68f69ec31e659430036d354ea9834174bdc43d33.zip
Move AS changelog entry to the top, improve AP changelog a bit
[ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 745489a270..a953a78417 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,12 +1,12 @@
## Rails 4.0.0 (unreleased) ##
-* Fix that CSRF protection and current_url? helper work with HEAD requests
- now ActionDispatch::Head has been removed in favor of Rack::Head.
+* Fix CSRF protection and `current_url?` helper to work with HEAD requests
+ now that `ActionDispatch::Head` has been removed in favor of `Rack::Head`.
*Michiel Sikkes*
-* Change asset_path to not include `SCRIPT_NAME` when it's used
- from a mounted engine (fixes #8119).
+* Change `asset_path` to not include `SCRIPT_NAME` when it's used
+ from a mounted engine. Fixes #8119.
*Piotr Sarnacki*