From 4fe89e08217446de3b540088a5ef5af37d17b3c9 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 26 Oct 2019 22:33:43 +0200 Subject: [PATCH] Add entry for Feature #13083 in NEWS * Move Unicode changes under String / Unicode for consistency with the rest. --- NEWS | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f33964a91a..5379caa740 100644 --- a/NEWS +++ b/NEWS @@ -350,13 +350,11 @@ ObjectSpace::WeakMap:: * ObjectSpace::WeakMap#[]= now accepts special objects as either key or values. [Feature #16035] -Regexp / String:: +Regexp:: - * Update Unicode version and Emoji version from 11.0.0 to - 12.0.0. [Feature #15321] + Modified method:: - * Update Unicode version to 12.1.0, adding support for - U+32FF SQUARE ERA NAME REIWA. [Feature #15195] + * Regexp#match(nil) and Regexp#match?(nil) now raise TypeError. [Feature #13083] RubyVM:: @@ -373,6 +371,20 @@ Symbol:: is always the same for a given Symbol. This change is experimental. [Feature #16150] +String:: + + Unicode:: + + * Update Unicode version and Emoji version from 11.0.0 to + 12.0.0. [Feature #15321] + + * Update Unicode version to 12.1.0, adding support for + U+32FF SQUARE ERA NAME REIWA. [Feature #15195] + + Modified method:: + + * String#match(nil) and String#match?(nil) now raise TypeError. [Feature #13083] + Time:: New methods::