Skip to content

Commit

Permalink
Move changelog entry from rails#8235 to the top [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Nov 16, 2012
1 parent 2bad4d2 commit de20deb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions actionpack/CHANGELOG.md
@@ -1,5 +1,12 @@
## Rails 4.0.0 (unreleased) ##

* Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`. This is a list
of mime types where template text is not html escaped by default. It prevents `Jack & Joe`
from rendering as `Jack & Joe` for the whitelisted mime types. The default whitelist
contains text/plain. Fix #7976

*Joost Baaij*

* Fix input name when `:multiple => true` and `:index` are set.

Before:
Expand Down Expand Up @@ -43,13 +50,6 @@

*Josh Peek*

* Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`. This is a list
of mime types where template text is not html escaped by default. It prevents `Jack & Joe`
from rendering as `Jack & Joe` for the whitelisted mime types. The default whitelist
contains text/plain. Fix #7976

*Joost Baaij*

* `assert_template` can be used to assert on the same template with different locals
Fix #3675

Expand Down

0 comments on commit de20deb

Please sign in to comment.