[Feature #20265] Update NEWS.md

This commit is contained in:
Peter Zhu 2024-03-14 08:39:04 -04:00
parent ff51dc5654
commit 4e03d56e21

View File

@ -84,6 +84,8 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log
## C API updates
* `rb_newobj` and `rb_newobj_of` (and corresponding macros `RB_NEWOBJ`, `RB_NEWOBJ_OF`, `NEWOBJ`, `NEWOBJ_OF`) have been removed [[Feature #20265]].
## Implementation improvements
* `Array#each` is rewritten in Ruby for better performance [[Feature #20182]].
@ -95,3 +97,4 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log
[Feature #19117]: https://bugs.ruby-lang.org/issues/19117
[Bug #20064]: https://bugs.ruby-lang.org/issues/20064
[Feature #20182]: https://bugs.ruby-lang.org/issues/20182
[Feature #20265]: https://bugs.ruby-lang.org/issues/20265