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

Update guides/source/6_0_release_notes.md

Co-Authored-By: prathamesh-sonpatki <csonpatki@gmail.com>
This commit is contained in:
Connor Shea 2019-05-02 09:19:07 +05:30 committed by GitHub
parent 00edb8c911
commit 6b86bbea1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))