NEWS.md: Explain the change of [Feature #18367]

This commit is contained in:
Yusuke Endoh 2022-12-07 08:11:35 +09:00
parent 40a9964b89
commit 8684904cb4

View File

@ -479,6 +479,11 @@ The following deprecated methods are removed.
* Extension libraries provide PRNG, subclasses of Random, need updates.
See [PRNG update] below for more information.
### Error printer
* Ruby do no longer escape control characters and bachslashes in
an error message. [[Feature #18367]]
## Stdlib compatibility issues
* Psych no longer bundles libyaml sources.
@ -590,6 +595,7 @@ The following deprecated APIs are removed.
[Feature #17881]: https://bugs.ruby-lang.org/issues/17881
[Feature #18159]: https://bugs.ruby-lang.org/issues/18159
[Feature #18351]: https://bugs.ruby-lang.org/issues/18351
[Feature #18367]: https://bugs.ruby-lang.org/issues/18367
[Feature #18481]: https://bugs.ruby-lang.org/issues/18481
[Bug #18487]: https://bugs.ruby-lang.org/issues/18487
[Feature #18564]: https://bugs.ruby-lang.org/issues/18564