From 817f2cc17270d0f317d071a59eec41dbfe27349e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 17 Oct 2024 14:33:55 +0900 Subject: [PATCH] Re-ordered Stdlib updates section --- NEWS.md | 16 ++++++++-------- 1 file 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.