1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Move AS changelog entry to the top, improve AP changelog a bit

[ci skip]
This commit is contained in:
Carlos Antonio da Silva 2013-01-28 19:39:17 -02:00
parent 3f11253af0
commit 68f69ec31e
2 changed files with 6 additions and 6 deletions

View file

@ -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*

View file

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* Improve `String#squish` to handle Unicode whitespace. *Antoine Lyset*
* Standardise on `to_time` returning an instance of `Time` in the local system timezone
across `String`, `Time`, `Date`, `DateTime` and `ActiveSupport::TimeWithZone`.
@ -399,6 +401,4 @@
* Optimize log subscribers to check log level before doing any processing. *Brian Durand*
* Improve String#squish to handle Unicode whitespace. *Antoine Lyset*
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes.