aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-14 13:40:54 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-05-14 13:40:54 -0300
commit05edaa660eb32ce387658d13cc7ea2f4a449ed68 (patch)
tree5eac5286364f16fc5f383495eb4c41e766d4c8e1 /actionview/CHANGELOG.md
parent51a52cb836a5aa7139c9563c9db9860d1db60c66 (diff)
downloadrails-05edaa660eb32ce387658d13cc7ea2f4a449ed68.tar.gz
rails-05edaa660eb32ce387658d13cc7ea2f4a449ed68.tar.bz2
rails-05edaa660eb32ce387658d13cc7ea2f4a449ed68.zip
Improve CHANGELOG entry
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index bfd52f72bf..e39fa68b26 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,8 +1,10 @@
-* Deprecate `AbstractController::Base::parent_prefixes`. Override `AbstractController::Base::local_prefixes` when you want to change where to find views.
+* Deprecate `AbstractController::Base.parent_prefixes`.
+ Override `AbstractController::Base.local_prefixes` when you want to change
+ where to find views.
*Nick Sutterer*
-* Take label values into account when doing I18n lookups for model attributes.
+* Take label values into account when doing I18n lookups for model attributes.
The following: