summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-05 10:06:47 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-05 10:06:47 +0000
commit433410a00f8232f90744f1fc7d221c46e4601272 (patch)
tree22bd91ec541297cc632d9bdc0de35f8e32991690 /NEWS
parent1eba8ecb6643d080ad8e08974644964c368eb4a9 (diff)
add update to Unicode 11.0.0 to NEWS [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb7eff3f9f..3cf998b9da 100644
--- a/NEWS
+++ b/NEWS
@@ -279,6 +279,12 @@ sufficient information, see the ChangeLog file or Redmine
* RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or method.
[experimental]
+[Regexp/String]
+
+ * Update Unicode version from 10.0.0 to 11.0.0 [Feature #14802]
+
+ * Update Emoji version from 5.0 to 11.0.0 [Feature #14802]
+
[String]
* String#crypt is now deprecated. [Feature #14915]