summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 06:35:53 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 06:35:53 +0000
commit0ed4a138f7027f844b756fc9c277211389d1adf3 (patch)
tree76302c37b79c6ff2f4ccdfe195839e76b638265f /NEWS
parentce35512187a2be43dea7aa1710e36c8fa4df24c2 (diff)
* described the feature change of cref in instance_eval or module_eval.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 584bbe3e3c..4841baf96f 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o Parser expects that your source code has only valid byte
sequence in some character encoding. Use magic comments
to tell the parser which encoding you use.
+ o New semantics for constant definition in instance_eval
+ or in module_eval.
+
* builtin classes and objects