diff options
Diffstat (limited to 'guides')
-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)) |