summaryrefslogtreecommitdiffstats
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
commit546b7ba639e26496e9768cdd7ded193759ad3128 (patch)
tree76302c37b79c6ff2f4ccdfe195839e76b638265f /NEWS
parent436b57b71d6c87d1733dc6602fdeb9067ad157e4 (diff)
downloadruby-546b7ba639e26496e9768cdd7ded193759ad3128.tar.gz
ruby-546b7ba639e26496e9768cdd7ded193759ad3128.tar.xz
ruby-546b7ba639e26496e9768cdd7ded193759ad3128.zip
* described the feature change of cref in instance_eval or module_eval.
git-svn-id: http://svn.ruby-lang.org/repos/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 584bbe3e3..4841baf96 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