From dd4677cf0654a7512df0809a31f5eac6bce5b97d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 8 Oct 2024 16:30:08 +0900 Subject: [PATCH] Mentioned win32-sspi --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index bb9fd2ffa1..a62c8800c2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -66,6 +66,10 @@ Note: We're only listing outstanding class updates. So applications don't need to remove the file. [[Feature #20497]] +* win32/sspi.rb + * This library is now extracted from the Ruby repository to `ruby/win32-sspi`. + [[Feature #20775]] + The following default gems are updated. * RubyGems 3.6.0.dev @@ -188,3 +192,4 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log [Feature #20443]: https://bugs.ruby-lang.org/issues/20443 [Feature #20497]: https://bugs.ruby-lang.org/issues/20497 [Feature #20624]: https://bugs.ruby-lang.org/issues/20624 +[Feature #20775]: https://bugs.ruby-lang.org/issues/20775