summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-28 15:03:22 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-03-28 15:03:41 +0900
commit282baa694320bbe385693902dfde0bdf93a532b8 (patch)
tree0c4afdc21c09d7e56ad97d9f323c3d1e1490cfd9
parent4e580bd67a5edd944c44dab15edd249b7bdd6275 (diff)
[DOC] Move the entry for [Feature #18571]
-rw-r--r--NEWS.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index dc91221803..f62e7a314d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -119,9 +119,7 @@ Note: We're only listing outstanding class updates.
## Compatibility issues
-* `Psych` no longer bundle libyaml source.
- The users need to install libyaml library themselves via package system.
- [[Feature #18571]]
+Note: Excluding feature bug fixes.
### Removed constants
@@ -146,6 +144,10 @@ The following deprecated methods are removed.
## Stdlib compatibility issues
+* `Psych` no longer bundles libyaml sources.
+ Users need to install the libyaml library themselves via the package
+ system. [[Feature #18571]]
+
## C API updates
### Removed C APIs