From a44a59dbaf1b5c930c9f476077b0be9b1653ad9c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 25 Dec 2023 14:52:06 +0900 Subject: [PATCH] [DOC] Add NEWS for [Feature #19370] --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0a8c22a39a94fd..364786d754062e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -310,6 +310,9 @@ changelog for details of the default gems or bundled gems. # undefined method `nonexisting' for an instance of Array (NoMethodError) ``` +* Now anonymous parameters forwarding is disallowed inside a block + that uses anonymous parameters. [[Feature #19370]] + ## Stdlib compatibility issues * `racc` is promoted to bundled gems. @@ -500,6 +503,7 @@ changelog for details of the default gems or bundled gems. [Feature #19347]: https://bugs.ruby-lang.org/issues/19347 [Feature #19351]: https://bugs.ruby-lang.org/issues/19351 [Feature #19362]: https://bugs.ruby-lang.org/issues/19362 +[Feature #19370]: https://bugs.ruby-lang.org/issues/19370 [Feature #19521]: https://bugs.ruby-lang.org/issues/19521 [Feature #19538]: https://bugs.ruby-lang.org/issues/19538 [Feature #19561]: https://bugs.ruby-lang.org/issues/19561