From e69708e5ef69dc7e7ff08881f16f6b10f65fafd0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 17 Mar 2024 13:37:02 +0900 Subject: [PATCH] [DOC] Mention about disallowed arguments in index [Bug #19918] [Bug #20218] --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index a4358bd9b9..d9eb0764bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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