diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-14 13:40:54 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-14 13:40:54 -0300 |
commit | 05edaa660eb32ce387658d13cc7ea2f4a449ed68 (patch) | |
tree | 5eac5286364f16fc5f383495eb4c41e766d4c8e1 | |
parent | 51a52cb836a5aa7139c9563c9db9860d1db60c66 (diff) | |
download | rails-05edaa660eb32ce387658d13cc7ea2f4a449ed68.tar.gz rails-05edaa660eb32ce387658d13cc7ea2f4a449ed68.tar.bz2 rails-05edaa660eb32ce387658d13cc7ea2f4a449ed68.zip |
Improve CHANGELOG entry
-rw-r--r-- | actionview/CHANGELOG.md | 6 |
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: |