Skip to content

Commit

Permalink
Move AP changelog entry to the top [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Mar 7, 2013
1 parent de4a60c commit a049631
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions actionpack/CHANGELOG.md
@@ -1,5 +1,11 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##


* Fixed regression when using `assert_template` to verify files sent using
`render file: 'README.md'`.
Fixes #9464.

*Justin Coyne*

* Fixed `ActionView::Helpers::CaptureHelper#content_for` regression when trying to use it in * Fixed `ActionView::Helpers::CaptureHelper#content_for` regression when trying to use it in
a boolean statement. a boolean statement.
Fixes #9360. Fixes #9360.
Expand All @@ -16,12 +22,6 @@


*Yves Senn* *Yves Senn*


* Fixed regression when using `assert_template` to verify files sent using
`render file: 'README.md'`.
Fixes #9464.

*Justin Coyne*

* Skip valid encoding checks for non-String parameters that come * Skip valid encoding checks for non-String parameters that come
from the matched route's defaults. from the matched route's defaults.
Fixes #9435. Fixes #9435.
Expand Down

0 comments on commit a049631

Please sign in to comment.