diff options
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r-- | actionpack/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index e060937fac..51518684d7 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,7 +1,8 @@ ## Rails 3.2.10 (unreleased) ## -* Fix side effect of `url_for` changing the `:controller` string option. [Backport #6003] +* Add i18n scope to disance_of_time_in_words. [Backport #7997] *Steve Klabnik* +* Fix side effect of `url_for` changing the `:controller` string option. [Backport #6003] Before: controller = '/projects' |