summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-04 06:43:05 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-04 06:43:05 +0000
commit71f3943558343683d8f1099c6f0d4be130829e34 (patch)
tree2ddaec8cb38aaa40e08857ed3c1b8e7a77c4555f /NEWS
parent0e92ae9636db5b566e8e3bbcb39c3613facfd898 (diff)
* NEWS: Note about Module#include and prepend scope change
[Feature #8846] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ec2a706f57..0ad6fa227e 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,7 @@ with all sufficient information, see the ChangeLog file.
or false if it is an ordinary class or module.
* extended methods:
* Module#refine is no longer experimental.
+ * Module#include and Module#prepend are now public methods.
* Mutex
* misc