summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-06 03:15:06 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-06 03:15:06 +0000
commitb3f641085e347d55c1b9b72e25a19c28cdeb84f6 (patch)
treec237c239edd45cbeb5c5fc0573fa0c9d62b55755 /NEWS
parentfdc42bf88d7900b722e46976b981ce0fa3d4f1e8 (diff)
add news about Unicode version update (issue #15321) to NEWS [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67873ea306..76e93bd4d4 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,11 @@ Enumerable::
* Added Enumerable#tally. [Feature #11076]
+Regexp/String::
+
+ * Update Unicode version and Emoji version from 11.0.0 to 12.0.0.
+ [Feature #15321]
+
=== Stdlib updates (outstanding ones only)
CSV::