summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2025-02-18 17:49:29 +0900
committerYusuke Endoh <mame@ruby-lang.org>2025-02-18 17:49:29 +0900
commitcfca348436e0a9da2bb2d4402a4003601501ef0e (patch)
tree3f4f5db59917faccaa54feb7a04ef28f409af1b2
parent3a0d00ddfbcf564765a27570df113f6dfdbfe484 (diff)
Add the behavior change of Binding#local_variable* to NEWS.md
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 8ab3b68a0b..e0d09ee928 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,6 +11,12 @@ Note that each entry is kept to a minimum, see links for details.
Note: We're only listing outstanding class updates.
+* Binding
+
+ * `Binding#local_variables` does no longer include numbered parameters.
+ Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject to handle numbered parameters.
+ [[Bug #21049]]
+
## Stdlib updates
The following bundled gems are promoted from default gems.
@@ -66,3 +72,5 @@ The following bundled gems are updated.
## Implementation improvements
## JIT
+
+[Bug #21049]: https://bugs.ruby-lang.org/issues/21049