Add a NEWS entry about [Feature #18598] [ci skip]

This commit is contained in:
Shugo Maeda 2022-03-18 11:53:36 +09:00
Родитель 1107839a7f
Коммит 2fdfd499db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 2DFE34085E97CE47
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -82,6 +82,7 @@ Note: We're only listing outstanding class updates.
* String#byteindex and String#byterindex have been added. [[Feature #13110]]
* Update Unicode to Version 14.0.0 and Emoji Version 14.0. [[Feature #18037]]
(also applies to Regexp)
* String#bytesplice has been added. [[Feature #18598]]
* Struct
* A Struct class can also be initialized with keyword arguments