summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-08 16:30:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-08 17:11:44 +0900
commitdd4677cf0654a7512df0809a31f5eac6bce5b97d (patch)
treeb2b0c9a79bf80eeb23f8d03213c7791463c3c97a
parent02d4703eedfd22009bcb3c6abbdaf514158386cf (diff)
Mentioned win32-sspi
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11829
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
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