aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-21 23:59:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-21 23:59:42 +0000
commit6a50d2723122a9fc98ee38aa689123e5cc7e8de3 (patch)
treeb16d80ddd3a5fd0fc18b82aa7c8dd7cdea88b90a
parent92413833522742d45487436133b6d434b0c331e0 (diff)
downloadruby-6a50d2723122a9fc98ee38aa689123e5cc7e8de3.tar.gz
* NEWS: add Module#private_constant and Module#public_constant.
[ruby-dev:39685][ruby-core:32698] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6939931bea..8ee1f7081a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 22 08:56:39 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: add Module#private_constant and Module#public_constant.
+ [ruby-dev:39685][ruby-core:32698]
+
Wed Dec 22 07:59:23 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add IO#advise. [ruby-core:33110] [Ruby 1.9-Feature#4038]
diff --git a/NEWS b/NEWS
index b1bb408c13..44c4bf7dbc 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,11 @@ with all sufficient information, see the ChangeLog file.
* Kernel#respond_to? now returns false for protected methods.
* move #__id__ and #object_id to BasicObject.
+ * Module
+ * new methods:
+ * Module#private_constant
+ * Module#public_constant
+
* String
* new method:
* String#prepend