aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-06 08:19:12 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-06 08:19:12 +0000
commit29098c036b29189c63dd29ef049c390ed580739c (patch)
tree684f67c5d335bd9488b9cf23144c558be3e46d83
parent4e77a69a51d374ca2a86591ea71622859a52cf5d (diff)
downloadruby-29098c036b29189c63dd29ef049c390ed580739c.tar.gz
add mention of upgrade to Unicode 10.0.0 to NEWS file
(this completes [Feature #13685]; [ci skip]) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 160da01f21..1dcfe9bf4b 100644
--- a/NEWS
+++ b/NEWS
@@ -81,7 +81,7 @@ with all sufficient information, see the ChangeLog file or Redmine
[Feature #7688]
* Regexp
- * Update Onigmo 6.1.1.
+ * Update to Onigmo 6.1.1.
* Support absent operator https://github.com/k-takata/Onigmo/issues/82
* String
@@ -99,6 +99,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* String#each_grapheme_cluster and String#grapheme_clusters is added to
enumerate grapheme clusters [Feature #13780]
+* Regexp/String: Updated Unicode version from 9.0.0 to 10.0.0 [Feature #13685]
+
* Thread
* Thread#fetch [Feature #13009]