Add the behavior change of Binding#local_variable* to NEWS.md
This commit is contained in:
parent
3a0d00ddfb
commit
cfca348436
8
NEWS.md
8
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.
|
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
|
## Stdlib updates
|
||||||
|
|
||||||
The following bundled gems are promoted from default gems.
|
The following bundled gems are promoted from default gems.
|
||||||
@ -66,3 +72,5 @@ The following bundled gems are updated.
|
|||||||
## Implementation improvements
|
## Implementation improvements
|
||||||
|
|
||||||
## JIT
|
## JIT
|
||||||
|
|
||||||
|
[Bug #21049]: https://bugs.ruby-lang.org/issues/21049
|
||||||
|
Loading…
x
Reference in New Issue
Block a user