diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2019-05-02 09:19:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 09:19:07 +0530 |
commit | 6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3 (patch) | |
tree | f21ac32b9e625462eb41f794a0966dda5e503d3e /guides/source/6_0_release_notes.md | |
parent | 00edb8c91145729b3d9aeff1a540bdede0a9794e (diff) | |
download | rails-6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3.tar.gz rails-6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3.tar.bz2 rails-6b86bbea1f5d81ea8170ddefa73c5f42e9c59bb3.zip |
Update guides/source/6_0_release_notes.md
Co-Authored-By: prathamesh-sonpatki <csonpatki@gmail.com>
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md index 57c5dfcf2a..36cab0c404 100644 --- a/guides/source/6_0_release_notes.md +++ b/guides/source/6_0_release_notes.md @@ -781,7 +781,7 @@ Please refer to the [Changelog][active-support] for detailed changes. `Time`, and `TimeWithZone`. ([Pull Request](https://github.com/rails/rails/pull/32185)) -* Fix bug where `URI.unscape` would fail with mixed Unicode/escaped character +* Fix bug where `URI.unescape` would fail with mixed Unicode/escaped character input. ([Pull Request](https://github.com/rails/rails/pull/32183)) |