Re-ordered Stdlib updates section

This commit is contained in:
Hiroshi SHIBATA 2024-10-17 14:33:55 +09:00
parent 72b8fa9e03
commit 817f2cc172
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

16
NEWS.md
View File

@ -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.