summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2021-10-23 01:38:05 +0900
committerKoichi Sasada <ko1@atdot.net>2021-10-23 01:38:05 +0900
commit199ba9c377be894d407d27fb1ab2defe119398d7 (patch)
tree0ad93c4a5291dfe43d9e24ff96a8edf6400600c3
parent41f6ce9f1cd9c48d787b2f50e0c14f934e9e48d8 (diff)
update NEWS about last commits.
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index e13376a9d7..bdfefa8f0d 100644
--- a/NEWS.md
+++ b/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