summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4e943d9e1..10fd860ec5 100644
--- a/NEWS
+++ b/NEWS
@@ -125,6 +125,11 @@ Integer::
Module::
+ New method::
+
+ * Added Module#const_source_location to retreive the location where a
+ constant is defined. [Feature #10771]
+
Modified method::
* Module#autoload? now takes an +inherit+ optional argument, like as