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:
parent
3f11253af0
commit
68f69ec31e
2 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
## Rails 4.0.0 (unreleased) ##
|
## Rails 4.0.0 (unreleased) ##
|
||||||
|
|
||||||
* Fix that CSRF protection and current_url? helper work with HEAD requests
|
* Fix CSRF protection and `current_url?` helper to work with HEAD requests
|
||||||
now ActionDispatch::Head has been removed in favor of Rack::Head.
|
now that `ActionDispatch::Head` has been removed in favor of `Rack::Head`.
|
||||||
|
|
||||||
*Michiel Sikkes*
|
*Michiel Sikkes*
|
||||||
|
|
||||||
* Change asset_path to not include `SCRIPT_NAME` when it's used
|
* Change `asset_path` to not include `SCRIPT_NAME` when it's used
|
||||||
from a mounted engine (fixes #8119).
|
from a mounted engine. Fixes #8119.
|
||||||
|
|
||||||
*Piotr Sarnacki*
|
*Piotr Sarnacki*
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
## Rails 4.0.0 (unreleased) ##
|
## 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
|
* Standardise on `to_time` returning an instance of `Time` in the local system timezone
|
||||||
across `String`, `Time`, `Date`, `DateTime` and `ActiveSupport::TimeWithZone`.
|
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*
|
* 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.
|
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes.
|
||||||
|
|
Loading…
Reference in a new issue