diff --git a/NEWS b/NEWS index 160da01f21..1dcfe9bf4b 100644 --- a/NEWS +++ b/NEWS @@ -81,7 +81,7 @@ with all sufficient information, see the ChangeLog file or Redmine [Feature #7688] * Regexp - * Update Onigmo 6.1.1. + * Update to Onigmo 6.1.1. * Support absent operator https://github.com/k-takata/Onigmo/issues/82 * String @@ -99,6 +99,8 @@ with all sufficient information, see the ChangeLog file or Redmine * String#each_grapheme_cluster and String#grapheme_clusters is added to enumerate grapheme clusters [Feature #13780] +* Regexp/String: Updated Unicode version from 9.0.0 to 10.0.0 [Feature #13685] + * Thread * Thread#fetch [Feature #13009]