aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 552a902349..f5c520937c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Provide a `builder` object when using the `label` form helper in block form.
+
+ The new `builder` object responds to `translation`, allowing I18n fallback support
+ when you want to customize how a particular label is presented.
+
+ *Alex Robbin*
+
* Add I18n support for input/textarea placeholder text.
Placeholder I18n follows the same convention as `label` I18n.
@@ -19,11 +26,11 @@
*Joel Junström*, *Lucas Uyezu*
* Return an absolute instead of relative path from an asset url in the case
- of the `asset_host` proc returning nil
+ of the `asset_host` proc returning nil.
*Jolyon Pawlyn*
-* Fix `html_escape_once` to properly handle hex escape sequences (e.g. ᨫ)
+* Fix `html_escape_once` to properly handle hex escape sequences (e.g. ᨫ).
*John F. Douthat*
@@ -56,7 +63,7 @@
*Zuhao Wan*
-* Bring `cache_digest` rake tasks up-to-date with the latest API changes
+* Bring `cache_digest` rake tasks up-to-date with the latest API changes.
*Jiri Pospisil*