1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add #16917 to 5.0.0 release notes

This commit is contained in:
Godfrey Chan 2016-06-27 08:28:24 -07:00
parent bec81dca8c
commit bdf80369ef

View file

@ -967,6 +967,13 @@ Please refer to the [Changelog][active-support] for detailed changes.
* `ActiveSupport::Duration` now supports ISO8601 formatting and parsing.
([Pull Request](https://github.com/rails/rails/pull/16917))
* `ActiveSupport::JSON.decode` now supports parsing ISO8601 local times when
`parse_json_times` is enabled.
([Pull Request](https://github.com/rails/rails/pull/16917))
* `ActiveSupport::JSON.decode` now return `Date` objects for date strings.
([Pull Request](https://github.com/rails/rails/pull/16917))
* Added ability to `TaggedLogging` to allow loggers to be instantiated multiple
times so that they don't share tags with each other.
([Pull Request](https://github.com/rails/rails/pull/9065))