diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-03-17 13:37:02 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2024-03-17 13:37:02 +0900 |
| commit | e69708e5ef69dc7e7ff08881f16f6b10f65fafd0 (patch) | |
| tree | dca497ba03f106801edc472c054b723d4d17971f | |
| parent | 0d5b16599a4ad606619228623299b931c48b597b (diff) | |
[DOC] Mention about disallowed arguments in index
[Bug #19918]
[Bug #20218]
| -rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,10 @@ Note that each entry is kept to a minimum, see links for details. and not calling any conversion methods. [[Bug #20064]] +* Block passing is no longer allowed in index. [[Bug #19918]] + +* Keyword arguments are no longer allowed in index. [[Bug #20218]] + ## Core classes updates Note: We're only listing outstanding class updates. @@ -95,6 +99,8 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log [Feature #16495]: https://bugs.ruby-lang.org/issues/16495 [Feature #18980]: https://bugs.ruby-lang.org/issues/18980 [Feature #19117]: https://bugs.ruby-lang.org/issues/19117 +[Bug #19918]: https://bugs.ruby-lang.org/issues/19918 [Bug #20064]: https://bugs.ruby-lang.org/issues/20064 [Feature #20182]: https://bugs.ruby-lang.org/issues/20182 +[Bug #20218]: https://bugs.ruby-lang.org/issues/20218 [Feature #20265]: https://bugs.ruby-lang.org/issues/20265 |
