summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-10 00:41:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-10 00:41:47 +0000
commitf852af0e59899157ef695edccbe86d51fc04d23b (patch)
tree64f6b3a62e8525c3d44fc6b69900400fcb7c3fa2 /NEWS
parent44c01a5d3fda7feca63e28c04baca9c9e2dd64b3 (diff)
symbol.c: non-ASCII constant names
* symbol.c (rb_sym_constant_char_p): support for non-ASCII constant names. [Feature #13770] * object.c (rb_mod_const_get, rb_mod_const_defined): support for non-ASCII constant names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63130 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 a8e1874939..5be9025862 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* `else` without `rescue` is now causes a syntax error. [EXPERIMENTAL]
+* constant names may start with a non-ASCII capital letter. [Feature #13770]
+
=== Core classes updates (outstanding ones only)
* Array