summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMartin Dürst <duerst@it.aoyama.ac.jp>2022-03-11 17:11:32 +0900
committerMartin Dürst <duerst@it.aoyama.ac.jp>2022-03-13 09:19:52 +0900
commit2672502457523317268ac24704cf85df91e2cae6 (patch)
treeb6f76111379827c919bc5aa159b2b967bffa4083 /NEWS.md
parent8e1f3a96aecb3defc34556d75e3d2a0867416082 (diff)
downloadruby-2672502457523317268ac24704cf85df91e2cae6.tar.gz
mention Unicode Version 14.0.0
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 05c66652f1..9219926fea 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -79,6 +79,8 @@ Note: We're only listing outstanding class updates.
* String
* String#byteindex and String#byterindex have been added. [[Feature #13110]]
+ * Update Unicode to Version 14.0.0 and Emoji Version 14.0. [[Feature #18037]]
+ (also applies to Regexp)
* Struct
* A Struct class can also be initialized with keyword arguments