diff options
author | Yusuke Endoh <mame@ruby-lang.org> | 2022-12-07 08:11:35 +0900 |
---|---|---|
committer | Yusuke Endoh <mame@ruby-lang.org> | 2022-12-07 08:11:35 +0900 |
commit | 8684904cb418df3f6d15ea0b0ad5c7c357d7ef06 (patch) | |
tree | 8443ca2d16c19b6fe1b81b86fc9cbddbf87a0669 | |
parent | 40a9964b893fee5680b455d0e905155be3360685 (diff) | |
download | ruby-8684904cb418df3f6d15ea0b0ad5c7c357d7ef06.tar.gz |
NEWS.md: Explain the change of [Feature #18367]
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |