aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-06-26 01:36:23 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-06-26 01:36:53 -0700
commita0aacd2efcec336eefa3ba17d56af1eaae896ef0 (patch)
tree23fc22eeed6b02624426f3f3479f44572c7494d8 /NEWS.md
parent200c5f4075cb1d179c2eba5b30b5b0a500870f67 (diff)
downloadruby-a0aacd2efcec336eefa3ba17d56af1eaae896ef0.tar.gz
Add a NEWS placeholder for disposable cc [ci skip]
asked by ko1 to put this.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index fc80aa4aae..1f2e3eee6c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -230,6 +230,10 @@ Excluding feature bug fixes.
## Implementation improvements
+* New method cache mechanism for Ractor [[Feature #16614]]
+
+ * TODO: ko1 will write details
+
* The number of hashes allocated when using a keyword splat in
a method call has been reduced to a maximum of 1, and passing
a keyword splat to a method that accepts specific keywords
@@ -297,3 +301,4 @@ Excluding feature bug fixes.
[Bug #14541]: https://bugs.ruby-lang.org/issues/14541
[Feature #16175]: https://bugs.ruby-lang.org/issues/16175
[Feature #15973]: https://bugs.ruby-lang.org/issues/15973
+[Feature #16614]: https://bugs.ruby-lang.org/issues/16614