summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-01 09:07:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-01-01 09:07:56 +0000
commit44a2576f798b07139adde2d279e48fdbe71a0148 (patch)
treed512e60fff6ca316ce529b20d7e79212ceacbf79 /NEWS
parent46454b5ee67cc198edc3b56ef2ecfdcf90fa83f8 (diff)
variable.c: top-level constant look-up
* variable.c (rb_const_search): [EXPERIMENTAL] remove top-level constant look-up. [Feature #11547] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57244 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 ca563536e7..daaacf94d9 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Language changes
+* Top-level constant look-up is removed. [Feature #11547]
+
=== Core classes updates (outstanding ones only)
=== Stdlib updates (outstanding ones only)