summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-17 14:33:55 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-17 14:33:55 +0900
commit817f2cc17270d0f317d071a59eec41dbfe27349e (patch)
tree7dd3ee06dac1182e8caca56f7a89bef99141be5f
parent72b8fa9e03f74ddfa9b32f2916813728c0692615 (diff)
Re-ordered Stdlib updates section
-rw-r--r--NEWS.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/NEWS.md b/NEWS.md
index 61e7bc790a..7e05a8e7d0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -59,10 +59,6 @@ Note: We're only listing outstanding class updates.
## Stdlib updates
-The following default gem is added.
-
-* win32-registry 0.0.1
-
* Tempfile
* The keyword argument `anonymous: true` is implemented for Tempfile.create.
@@ -75,6 +71,10 @@ The following default gem is added.
* This library is now extracted from the Ruby repository to [ruby/net-http-sspi].
[[Feature #20775]]
+The following default gem is added.
+
+* win32-registry 0.0.1
+
The following default gems are updated.
* RubyGems 3.6.0.dev
@@ -98,6 +98,10 @@ The following default gems are updated.
* uri 0.13.1
* zlib 3.1.1
+The following bundled gem is added.
+
+* repl_type_completor 0.1.7
+
The following bundled gems are updated.
* minitest 5.25.1
@@ -129,10 +133,6 @@ The following bundled gems are promoted from default gems.
* syslog 0.1.2
* csv 3.3.0
-The following bundled gem is added.
-
-* repl_type_completor 0.1.7
-
See GitHub releases like [GitHub Releases of Logger] or changelog for
details of the default gems or bundled gems.