diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index bfd52f72bf084e130ff091dc303b327b053fb920..e39fa68b26345c75196c89d6a9aa64a7612bf68e 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: