aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-29 11:17:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-29 11:17:27 +0900
commitba1cb388a9b29856ff1e1127a10c2ac727dabfc4 (patch)
treebfdf55ea15899ee765d9878b13e8b5656ff5bb0b /NEWS
parenta593186a02714cb92ae2748c2b7c46a6c50b0977 (diff)
downloadruby-ba1cb388a9b29856ff1e1127a10c2ac727dabfc4.tar.gz
Fixed the position in NEWS [Feature #16348]
[ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f6e5e033f7..22fe73f21b 100644
--- a/NEWS
+++ b/NEWS
@@ -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::