提交 de20debe 编写于 作者: C Carlos Antonio da Silva

Move changelog entry from #8235 to the top [ci skip]

上级 2bad4d28
## 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:
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册