aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorVladimir Krylov <vladimir.krylov@perfectline.co>2014-02-24 17:06:57 +0200
committerVladimir Krylov <vladimir.krylov@perfectline.co>2014-02-24 17:06:57 +0200
commit2cbc8c40b4c4c900bca7039998f92c7e5142e6d1 (patch)
tree5ac3dd98a03411bdfa0d7f881ead8b8e651d42a1 /actionview/CHANGELOG.md
parentd61baee52adcd1baebe15f1065a0805857571f19 (diff)
downloadrails-2cbc8c40b4c4c900bca7039998f92c7e5142e6d1.tar.gz
rails-2cbc8c40b4c4c900bca7039998f92c7e5142e6d1.tar.bz2
rails-2cbc8c40b4c4c900bca7039998f92c7e5142e6d1.zip
Fix ActionView label translation for more than 10 nested elements
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index c05ed10263..baf8323015 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Fix ActionView label translation for more than 10 nested elements.
+
+ *Vladimir Krylov*
+
* Added `:plain`, `:html` and `:body` option for `render` method. Please see
Action Pack's release note for more detail.
@@ -320,7 +324,7 @@
*Bryan Ricker*
-* First release, ActionView extracted from ActionPack
+* First release, ActionView extracted from ActionPack.
*Piotr Sarnacki*, *Łukasz Strzałkowski*