mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Improve the CHANGELOG entry
[ci skip]
This commit is contained in:
parent
fae2e4d05d
commit
c4f2f5b9d7
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Fixed `ActionView::Helpers::CaptureHelper#content_for` regression when trying to use it in
|
||||
a boolean statement.
|
||||
Fixes #9360.
|
||||
|
||||
*Nikolay Shebanov*
|
||||
|
||||
* `format: true` does not override existing format constraints.
|
||||
Fixes #9466.
|
||||
|
||||
|
@ -1041,6 +1047,4 @@
|
|||
* `ActionView::Helpers::TextHelper#highlight` now defaults to the
|
||||
HTML5 `mark` element. *Brian Cardarella*
|
||||
|
||||
* Fixed `ActionView::Helpers::CaptureHelper#content_for` regression (described in #9360). *Nikolay Shebanov*
|
||||
|
||||
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/actionpack/CHANGELOG.md) for previous changes.
|
||||
|
|
Loading…
Reference in a new issue