aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 06:34:52 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 06:34:52 +0000
commitec217619b6bc48650905055c365ce7207328cc24 (patch)
tree0ae3230131fc8f11655e6d522a265200e0a18c96 /NEWS
parent5d3cdd6556537bc4f80209d29c7dac66e8a7a0a5 (diff)
downloadruby-ec217619b6bc48650905055c365ce7207328cc24.tar.gz
NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 495616d2bb..d0ee63f420 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,8 @@ with all sufficient information, see the ChangeLog file.
Backtrace doesn't show each method (show block lines directly).
TracePoint also ignores these calls. [Feature #11569]
+* Regexp/String: Updated Unicode version from 7.0.0 to 8.0.0
+
* Struct
* Struct#dig [Feature #11686]