summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:18:47 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:18:47 +0000
commitd52f95dc7ab85a9dbd0c56f034f383ed87201c8a (patch)
tree2ced6423046ed102b6b2acc83a209469b9374db6 /NEWS
parenteff6180e5389e15f559cd8867fa0093bd05a4a37 (diff)
* NEWS: + Module.prepended and Module.prepend_features
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8b2004e23..8615ca7fac 100644
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,8 @@ with all sufficient information, see the ChangeLog file.
* added Module#prepend which is similar to Module#include,
however a method in the prepended module overrides the
corresponding method in the prepending module.
+ * added Module.prepended and Module.prepend_features, similar
+ to included and append_features.
* added Module#refine, which extends a class or module locally.
[experimental]
* extended method: