aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-09 16:44:32 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-09 16:44:58 -0200
commit5deec016fe97c238073ea22b7cca9c796c68a0a5 (patch)
tree648cf3dbc6896c2853fbf7df1b60ef79ced278d1 /actionview
parentbdb8bc6e8a4ec3b11658935de9ae5d6a06630b81 (diff)
downloadrails-5deec016fe97c238073ea22b7cca9c796c68a0a5.tar.gz
rails-5deec016fe97c238073ea22b7cca9c796c68a0a5.tar.bz2
rails-5deec016fe97c238073ea22b7cca9c796c68a0a5.zip
Improve changelogs formatting [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 7d2fedbf2a..9eb68db101 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -2,8 +2,8 @@
*Paul Seidemann*
-* Ensure ActionView::Digestor.cache is correctly cleaned up when
- combining recursive templates with ActionView::Resolver.caching = false
+* Ensure `ActionView::Digestor.cache` is correctly cleaned up when
+ combining recursive templates with `ActionView::Resolver.caching = false`.
*wyaeld*
@@ -12,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*
@@ -26,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*