summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1433dee4d6..067766361e 100644
--- a/NEWS
+++ b/NEWS
@@ -70,7 +70,7 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* Kernel#loop, when stopped by a StopIteration exception, returns
- what the enumerator has returned instead of nil.
+ what the enumerator has returned instead of nil. [Feature #11498]
* Module
* Module#deprecate_constant [Feature #11398]