1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Mention update to Unicode Version 13.0.0 and Emoji Version 13.1

Mention the update to Unicode Version 13.0.0 and Unicode Emoji
Version 13.1 in NEWS.md. This completes issue #17750. [ci skip]
This commit is contained in:
Martin Dürst 2021-08-17 17:07:01 +09:00
parent de764ae8e0
commit 21fd83a823

View file

@ -113,6 +113,11 @@ Outstanding ones only.
* StructClass#keyword_init? is added [[Feature #18008]]
* String
* Update Unicode version to 13.0.0 [[Feature #17750]]
and Emoji version to 13.0 [[Feature #18029]]
* Queue
* Queue#initialize now accepts an Enumerable of initial values.