aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Dürst <duerst@it.aoyama.ac.jp>2019-10-31 15:19:59 +0900
committerMartin Dürst <duerst@it.aoyama.ac.jp>2019-10-31 15:19:59 +0900
commitbc7fbb6f02f47f2e1ac2bcb3175324bb96c08247 (patch)
treef7a15d43fea2052ae981aa9724125965a3d37cb0 /NEWS
parentc38ba75780c4641816a8090629d1b5eea22fd137 (diff)
downloadruby-bc7fbb6f02f47f2e1ac2bcb3175324bb96c08247.tar.gz
Mention update to Unicode Emoji version 12.1 in NEWS.
Also fixed some grammatical errors. [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index acc3d0c719..f002ea3367 100644
--- a/NEWS
+++ b/NEWS
@@ -388,7 +388,9 @@ String::
* Update Unicode version to 12.1.0, adding support for
U+32FF SQUARE ERA NAME REIWA. [Feature #15195]
- Modified method::
+ * Update Unicode Emoji version to 12.1 [Feature #16272]
+
+ Modified methods::
* String#match(nil) and String#match?(nil) now raise TypeError. [Feature #13083]