From bc7fbb6f02f47f2e1ac2bcb3175324bb96c08247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=BCrst?= Date: Thu, 31 Oct 2019 15:19:59 +0900 Subject: [PATCH] Mention update to Unicode Emoji version 12.1 in NEWS. Also fixed some grammatical errors. [ci skip] --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]