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

Fixed the position in NEWS [Feature #16348]

[ci skip]
This commit is contained in:
Nobuyoshi Nakada 2019-11-29 11:17:27 +09:00
parent a593186a02
commit ba1cb388a9
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

10
NEWS
View file

@ -397,10 +397,6 @@ RubyVM::
String::
New methods::
* Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]
Unicode::
* Update Unicode version and Emoji version from 11.0.0 to
@ -411,6 +407,12 @@ String::
* Update Unicode Emoji version to 12.1 [Feature #16272]
Symbol::
New methods::
* Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]
Time::
New methods::