summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-12-07 08:11:35 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-12-07 08:11:35 +0900
commit8684904cb418df3f6d15ea0b0ad5c7c357d7ef06 (patch)
tree8443ca2d16c19b6fe1b81b86fc9cbddbf87a0669 /NEWS.md
parent40a9964b893fee5680b455d0e905155be3360685 (diff)
NEWS.md: Explain the change of [Feature #18367]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
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