Skip to content

Commit cfca348

Browse files
committed
Add the behavior change of Binding#local_variable* to NEWS.md
1 parent 3a0d00d commit cfca348

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Note that each entry is kept to a minimum, see links for details.
1111

1212
Note: We're only listing outstanding class updates.
1313

14+
* Binding
15+
16+
* `Binding#local_variables` does no longer include numbered parameters.
17+
Also, `Binding#local_variable_get` and `Binding#local_variable_set` reject to handle numbered parameters.
18+
[[Bug #21049]]
19+
1420
## Stdlib updates
1521

1622
The following bundled gems are promoted from default gems.
@@ -66,3 +72,5 @@ The following bundled gems are updated.
6672
## Implementation improvements
6773

6874
## JIT
75+
76+
[Bug #21049]: https://bugs.ruby-lang.org/issues/21049

0 commit comments

Comments
 (0)