diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-10-09 01:10:33 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-10-09 01:29:08 +0900 |
| commit | bb57f7d20bfa9d5c7c3c9c2d28aa67eac079ee5f (patch) | |
| tree | 6faa335c787129de47a999358b9b9e23db6bb58f | |
| parent | 2c6317defb4f634fed3b4c2aad7adf529c6f7aa1 (diff) | |
[DOC] Link win32-sspi upstream URL
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11833
| -rw-r--r-- | NEWS.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -68,7 +68,7 @@ Note: We're only listing outstanding class updates. * win32/sspi.rb - * This library is now extracted from the Ruby repository to `ruby/win32-sspi`. + * This library is now extracted from the Ruby repository to [ruby/win32-sspi]. [[Feature #20775]] The following default gems are updated. @@ -126,7 +126,11 @@ The following bundled gems are promoted from default gems. * csv 3.3.0 * repl_type_completor 0.1.7 -See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/logger/releases) or changelog for details of the default gems or bundled gems. +See GitHub releases like [GitHub Releases of Logger] or changelog for +details of the default gems or bundled gems. + +[ruby/win32-sspi]: https://github.com/ruby/win32-sspi +[GitHub Releases of Logger]: https://github.com/ruby/logger/releases ## Supported platforms |
