From 4915ce691d147a460e14531f4031d6934c5e8c5c Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 9 Sep 2016 04:14:55 +0000 Subject: [PATCH] * News: Announcing update to Unicode version 9.0.0 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 284eb61051..256b71ff9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 9 13:14:53 2016 Martin Duerst + + * News: Announcing update to Unicode version 9.0.0 [ci skip] + Fri Sep 9 10:10:00 2016 Nobuyoshi Nakada * variable.c (rb_const_search): warn with the actual class/module diff --git a/NEWS b/NEWS index 6a9dbd3f91..986db329b3 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,8 @@ with all sufficient information, see the ChangeLog file or Redmine * Regexp#match? [Feature #8110] This returns bool and doesn't save backref. +* Regexp/String: Updated Unicode version from 8.0.0 to 9.0.0 [Feature #12513] + * RubyVM::Env * RubyVM::Env was removed.