aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 59b803d088..9eb68db101 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,6 +1,10 @@
-* Ensure ActionView::Digestor.cache is correctly cleaned up when
- combining recursive templates with ActionView::Resolver.caching = false
-
+* Fix `simple_format` escapes own output when passing `sanitize: true`
+
+ *Paul Seidemann*
+
+* Ensure `ActionView::Digestor.cache` is correctly cleaned up when
+ combining recursive templates with `ActionView::Resolver.caching = false`.
+
*wyaeld*
* Fix `collection_check_boxes` generated hidden input to use the name attribute provided
@@ -8,7 +12,7 @@
*Angel N. Sciortino*
-* Fix some edge cases for AV `select` helper with `:selected` option
+* Fix some edge cases for AV `select` helper with `:selected` option.
*Bogdan Gusiev*
@@ -22,14 +26,14 @@
*Bogdan Gusiev*
-* Handle `:namespace` form option in collection labels
+* Handle `:namespace` form option in collection labels.
*Vasiliy Ermolovich*
-* Fix `form_for` when both `namespace` and `as` options are present
+* Fix `form_for` when both `namespace` and `as` options are present.
`as` option no longer overwrites `namespace` option when generating
- html id attribute of the form element
+ html id attribute of the form element.
*Adam Niedzielski*
@@ -37,7 +41,7 @@
*Paul Nikitochkin*
-* Only cache template digests if `config.cache_template_loading` id true.
+* Only cache template digests if `config.cache_template_loading` is true.
*Josh Lauer*, *Justin Ridgewell*