mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a NEWS placeholder for disposable cc [ci skip]
asked by ko1 to put this.
This commit is contained in:
parent
200c5f4075
commit
a0aacd2efc
1 changed files with 5 additions and 0 deletions
5
NEWS.md
5
NEWS.md
|
@ -230,6 +230,10 @@ Excluding feature bug fixes.
|
||||||
|
|
||||||
## Implementation improvements
|
## 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
|
* 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 method call has been reduced to a maximum of 1, and passing
|
||||||
a keyword splat to a method that accepts specific keywords
|
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
|
[Bug #14541]: https://bugs.ruby-lang.org/issues/14541
|
||||||
[Feature #16175]: https://bugs.ruby-lang.org/issues/16175
|
[Feature #16175]: https://bugs.ruby-lang.org/issues/16175
|
||||||
[Feature #15973]: https://bugs.ruby-lang.org/issues/15973
|
[Feature #15973]: https://bugs.ruby-lang.org/issues/15973
|
||||||
|
[Feature #16614]: https://bugs.ruby-lang.org/issues/16614
|
||||||
|
|
Loading…
Add table
Reference in a new issue