summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 11:14:05 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-28 11:14:05 +0000
commitfc9176ac0e0edd4ba35059768cb2c1bdd3ec529b (patch)
tree00eaab7d03e0fdccd8a65541417a98834dddc12d /NEWS
parent64bd18c58832e5cac9cb74cade92d1861e64f8dd (diff)
* tool/enc-unicode.rb,
enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: Update Oniguruma for Unicode 6. patched by Run Paint Run Run. [ruby-core:32923] #3989 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53f88ea001..cb0b46b52f 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,10 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* StringIO#set_encoding can get 2nd argument and optional hash.
+=== Language changes
+
+* Regexps now support Unicode 6.0 (new characters and scripts)
+
=== Compatibility issues (excluding feature bug fixes)
* Kernel#respond_to?