summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorRadosław Bułat <radek.bulat@gmail.com>2020-12-18 19:14:23 +0100
committerYusuke Endoh <mame@ruby-lang.org>2020-12-19 12:23:58 +0900
commit51bcd50915941d21df806e8dcde769ae63b6eaaf (patch)
tree325554687a1a94ebcbb4dbcf34a03191c70deb8c /NEWS.md
parent34f6b22df073fe86e30aca99be5aa0b0eb8653df (diff)
Feature 17314: alias_method returns symbol
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 39ddf376c9..1101f5148c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -253,6 +253,9 @@ Outstanding ones only.
methods now return array of defined methods names as symbols.
[[Feature #17314]]
+ * Module#alias_method now returns the defined alias as symbol.
+ [[Feature #17314]]
+
* Mutex
* `Mutex` is now acquired per-`Fiber` instead of per-`Thread`. This change