summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-06 06:36:32 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-06 06:36:32 +0000
commit0dcd7bdaa25a0ad32bd8c2ec10830392e117e7a4 (patch)
treee183c8d0b263e0b02b77f1f80812e9acc6d57906 /NEWS
parenta7f5badaf1e7366d6f3de95d2b6d2db1cf0e8b03 (diff)
merge revision(s) 67169,67173,67174: [Backport #15641]
update Unicode version (and Emoji version) to 12.0.0 - common.mk: set UNICODE_VERSION and UNICODE_EMOJI_VERSION to 12.0.0 - lib/unicode_normalize/tables.rb: update table data to Unicode version 12.0.0 - enc/unicode/12.0.0/casefold.h, enc/unicode/12.0.0/name2ctype.h: add generated files for Unicode version 12.0.0 This is the main commit for #15321. add news about Unicode version update (issue #15321) to NEWS [ci skip] delete directory and files related to Unicode version 11.0.0 this completes and closes feature #15321 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ee050bb4b..c07a78145d 100644
--- a/NEWS
+++ b/NEWS
@@ -271,6 +271,9 @@ sufficient information, see the ChangeLog file or Redmine
[Regexp/String]
+ * Update Unicode version and Emoji version from 11.0.0 to 12.0.0.
+ [Feature #15321]
+
* Update Unicode version from 10.0.0 to 11.0.0. [Feature #14802]
This includes a rewrite of the grapheme cluster (/\X/) algorithm