aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2016-06-27 08:36:49 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2016-06-27 08:37:06 -0700
commitffded19faf497c0a0bb392c07f98d9eee62f6925 (patch)
tree8cdc9239dc80e794cbf86903ab6bcc4dafbe902a /guides/source/5_0_release_notes.md
parentbdf80369efa5f339531f5c8ace8f52f243e3bc1a (diff)
downloadrails-ffded19faf497c0a0bb392c07f98d9eee62f6925.tar.gz
rails-ffded19faf497c0a0bb392c07f98d9eee62f6925.tar.bz2
rails-ffded19faf497c0a0bb392c07f98d9eee62f6925.zip
Clearify CHANGELOG for #23011 [ci skip]
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index c3b5be6170..1eb6f87fd3 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -969,10 +969,10 @@ Please refer to the [Changelog][active-support] for detailed changes.
* `ActiveSupport::JSON.decode` now supports parsing ISO8601 local times when
`parse_json_times` is enabled.
- ([Pull Request](https://github.com/rails/rails/pull/16917))
+ ([Pull Request](https://github.com/rails/rails/pull/23011))
* `ActiveSupport::JSON.decode` now return `Date` objects for date strings.
- ([Pull Request](https://github.com/rails/rails/pull/16917))
+ ([Pull Request](https://github.com/rails/rails/pull/23011))
* Added ability to `TaggedLogging` to allow loggers to be instantiated multiple
times so that they don't share tags with each other.