summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-16 16:26:04 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-16 16:26:04 +0000
commit4f78e7fff4949f5c94d35bce6b610d1188fd7c27 (patch)
tree71b824f19970d48f1af8718d703ef14fb4103227 /NEWS
parent0b6a0045aaf8de72b4ce39fe117b2ba88ccdcc15 (diff)
* parse.y (rb_intern3): prohibit Symbol with an invalid encoding.
[ruby-core:24621] * test/ruby/test_m17n_comb.rb: modify a test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56b4cf6833..0b6a946b74 100644
--- a/NEWS
+++ b/NEWS
@@ -313,6 +313,7 @@ with all sufficient information, see the ChangeLog file.
* \d, \s, and \w are now ASCII only; use POSIX bracket classes and \p{} for
Unicode semantics
* $: no longer includes the current directory, use require_relative
+* Symbol with an invalid encoding is forbidden to exist.
=== Compilation options