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
1 changed files with 5 additions and 0 deletions

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.