[DOC] Mention about disallowed arguments in index

[Bug #19918]
[Bug #20218]
This commit is contained in:
Nobuyoshi Nakada 2024-03-17 13:37:02 +09:00
parent 0d5b16599a
commit e69708e5ef
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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