From bdf80369efa5f339531f5c8ace8f52f243e3bc1a Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Mon, 27 Jun 2016 08:28:24 -0700 Subject: Add #16917 to 5.0.0 release notes --- guides/source/5_0_release_notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 5639438b93..c3b5be6170 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -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)) -- cgit v1.2.3