From 8684904cb418df3f6d15ea0b0ad5c7c357d7ef06 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Wed, 7 Dec 2022 08:11:35 +0900 Subject: [PATCH] NEWS.md: Explain the change of [Feature #18367] --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index ff483666a9..465bd27ffe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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