summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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