summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-21 19:02:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-21 19:02:59 +0900
commit12fa4f2aceff06aeff028a3c72ec8791f78bfdb0 (patch)
tree0c3db45b8511c5d0815e0ddd5d549fc720fccd50
parent48a0905d25654d2f949ce870a144d8248ccdcf0d (diff)
Added Psych 4 incompatibility to NEWS
[Bug #17866][ruby-core:103866]
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 34875b4cff..161ad4713d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -406,6 +406,10 @@ Note: Excluding feature bug fixes.
This means that the output width is automatically changed depending on
your terminal size. [[Feature #12913]]
+* Psych 4.0 changes `Psych.load` as `safe_load` by the default.
+ You may need to use Psych 3.3.2 for migrating to this behavior.
+ [[Bug #17866]]
+
## C API updates
* Documented. [[GH-4815]]
@@ -570,6 +574,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Bug #17827]: https://bugs.ruby-lang.org/issues/17827
[Feature #17847]: https://bugs.ruby-lang.org/issues/17847
[Feature #17853]: https://bugs.ruby-lang.org/issues/17853
+[Bug #17866]: https://bugs.ruby-lang.org/issues/17866
[Bug #18003]: https://bugs.ruby-lang.org/issues/18003
[Feature #18008]: https://bugs.ruby-lang.org/issues/18008
[Feature #18015]: https://bugs.ruby-lang.org/issues/18015