summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d0ee63f420..f3bbce4d2c 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,9 @@ with all sufficient information, see the ChangeLog file.
* Kernel#loop, when stopped by a StopIteration exception, returns
what the enumerator has returned instead of nil. [Feature #11498]
+* Logger
+ * Logger#reopen is added to reopen a log device. [Feature #11696]
+
* Module
* Module#deprecate_constant [Feature #11398]