[DOC] Add a mention of [Feature #18551] to NEWS.md

This commit is contained in:
Kouhei Yanagita 2023-11-28 16:06:31 +09:00 коммит произвёл Nobuyoshi Nakada
Родитель 62c816410f
Коммит 458d079166
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,7 @@ Note: We're only listing outstanding class updates.
* Range
* Range#reverse_each can now process beginless ranges with an Integer endpoint. [[Feature #18515]]
* Range#reverse_each now raises TypeError for endless ranges. [[Feature #18551]]
* Refinement
@ -294,6 +295,7 @@ changelog for details of the default gems or bundled gems.
[Feature #18183]: https://bugs.ruby-lang.org/issues/18183
[Feature #18498]: https://bugs.ruby-lang.org/issues/18498
[Feature #18515]: https://bugs.ruby-lang.org/issues/18515
[Feature #18551]: https://bugs.ruby-lang.org/issues/18551
[Feature #18885]: https://bugs.ruby-lang.org/issues/18885
[Bug #19012]: https://bugs.ruby-lang.org/issues/19012
[Bug #19150]: https://bugs.ruby-lang.org/issues/19150