summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 17:47:59 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-29 17:47:59 +0000
commit0c03a89ecd71ebdc1ea983264424ba5c46f8c4e1 (patch)
treef8f8bafda5ff2fcbe9eb8c71b51440bc270d01ad /NEWS
parent6186e5201afaf517357e748689c7c4fdca8a0f9d (diff)
Make Module#{define|alias|undef|remove}_method public [#14133]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60942 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 f60bea6594..cdd293c822 100644
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Module
* Module#attr, attr_accessor, attr_reader, attr_writer are now public [#14132]
+ * Module#define_method, alias_method, undef_method, remove_method are now public [#14133]
* Net::HTTP