aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index b70c3c0357..63b9bebd4c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -53,14 +53,14 @@ Note: Excluding feature bug fixes.
The following deprecated constant is removed.
-* `Random::DEFAULT`
+* `Random::DEFAULT` [[Feature #17351]]
* `Struct::Group`
* `Struct::Passwd`
The following deprecated methods are removed.
-* `Dir.exists?`
-* `File.exists?`
+* `Dir.exists?` [[Feature #17391]]
+* `File.exists?` [[Feature #17391]]
* `Kernel#=~` [[Feature #15231]]
## Stdlib compatibility issues
@@ -97,4 +97,6 @@ The following deprecated APIs are removed.
## Miscellaneous changes
[Feature #15231]: https://bugs.ruby-lang.org/issues/15231
+[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
+[Feature #17391]: https://bugs.ruby-lang.org/issues/17391
[Feature #18351]: https://bugs.ruby-lang.org/issues/18351