mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update NEWS about last commits.
This commit is contained in:
parent
41f6ce9f1c
commit
199ba9c377
1 changed files with 5 additions and 0 deletions
5
NEWS.md
5
NEWS.md
|
@ -82,6 +82,10 @@ Note that each entry is kept to a minimum, see links for details.
|
|||
variable or method name even if it's a pseudo variable name such as
|
||||
`self`.
|
||||
|
||||
* non main-Ractors can get instance variables (ivars) of classes/modules
|
||||
if ivars refer to shareable objects.
|
||||
[[Feature #17592]]
|
||||
|
||||
## Command line options
|
||||
|
||||
## Core classes updates
|
||||
|
@ -365,6 +369,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
|
|||
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423
|
||||
[Feature #17479]: https://bugs.ruby-lang.org/issues/17479
|
||||
[Feature #17490]: https://bugs.ruby-lang.org/issues/17490
|
||||
[Feature #17592]: https://bugs.ruby-lang.org/issues/17592
|
||||
[Feature #17724]: https://bugs.ruby-lang.org/issues/17724
|
||||
[Feature #17744]: https://bugs.ruby-lang.org/issues/17744
|
||||
[Feature #17762]: https://bugs.ruby-lang.org/issues/17762
|
||||
|
|
Loading…
Reference in a new issue