diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-11-06 12:16:11 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-11-06 12:16:11 +0100 |
commit | 5dd3c3b2a0269eaa7cddfaed3136dc53dbf333e1 (patch) | |
tree | f5f08dc6785dc46dc2d5e287d164948b815efafd /activesupport | |
parent | 9c195344a83c406f29738dc5ff78b322f48132c7 (diff) | |
download | rails-5dd3c3b2a0269eaa7cddfaed3136dc53dbf333e1.tar.gz rails-5dd3c3b2a0269eaa7cddfaed3136dc53dbf333e1.tar.bz2 rails-5dd3c3b2a0269eaa7cddfaed3136dc53dbf333e1.zip |
docs, synchronize 4.2. release notes. [ci skip]
/cc @chancancode
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index b2b3cf4bd4..468b990f39 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -2,12 +2,12 @@ *Pavel Pravosud* -* TimeWithZone#strftime now delegates every directive to Time#strftime except for '%Z', +* `TimeWithZone#strftime` now delegates every directive to `Time#strftime` except for '%Z', it also now correctly handles escaped '%' characters placed just before time zone related directives. *Pablo Herrero* -* Corrected Inflector#underscore handling of multiple successive acroynms. +* Corrected `Inflector#underscore` handling of multiple successive acroynms. *James Le Cuirot* @@ -160,7 +160,7 @@ * Fixed `ActiveSupport::Cache::FileStore` exploding with long paths. - *Adam Panzer / Michael Grosser* + *Adam Panzer*, *Michael Grosser* * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lost when working with objects with a nanosecond component. |