summaryrefslogtreecommitdiff
diff options
authorzzak <[email protected]>2025-07-15 21:04:49 +0900
committerHiroshi SHIBATA <[email protected]>2025-07-16 09:02:09 +0900
commita691db3011a37bdf16323162bc17c5dfe9502bb6 (patch)
treee1bf4397353ab64b8b5ec9482074a9c9196aabaa
parent5723945335e61efb1c6b23111b2a0f00fcec3111 (diff)
Add NEWS for Pathname promotionHEADmaster
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 6f6671c2f3..d0e585a44c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -111,6 +111,11 @@ Note: We're only listing outstanding class updates.
waiting on a blocking IO operation when the IO operation is closed.
[[Feature #21166]]
+* Pathname
+
+ * Pathname has been promoted from a default gem to a core class of Ruby.
+ [[Feature #17473]]
+
## Stdlib updates
The following bundled gems are promoted from default gems.
@@ -236,3 +241,4 @@ The following bundled gems are updated.
[Feature #21262]: https://bugs.ruby-lang.org/issues/21262
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287
[Feature #21347]: https://bugs.ruby-lang.org/issues/21347
+[Feature #17473]: https://bugs.ruby-lang.org/issues/17473
close