[前][次][番号順一覧][スレッド一覧]

ruby-changes:70418

From: Hiroshi <ko1@a...>
Date: Tue, 21 Dec 2021 19:03:16 +0900 (JST)
Subject: [ruby-changes:70418] 12fa4f2ace (master): Added Psych 4 incompatibility to NEWS

https://git.ruby-lang.org/ruby.git/commit/?id=12fa4f2ace

From 12fa4f2aceff06aeff028a3c72ec8791f78bfdb0 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 21 Dec 2021 19:02:41 +0900
Subject: Added Psych 4 incompatibility to NEWS

  [Bug #17866][ruby-core:103866]
---
 NEWS.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index 34875b4cff9..161ad4713d6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -406,6 +406,10 @@ Note: Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L406
   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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L574
 [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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]