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 f3bbce4d2c..7db552ae1e 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,9 @@ with all sufficient information, see the ChangeLog file.
what the enumerator has returned instead of nil. [Feature #11498]
* Logger
+
+ * Logger#level= now supports symbol and string levels such as :debug, :info,
+ :warn, :error, :fatal (case insensitive) [Feature #11695]
* Logger#reopen is added to reopen a log device. [Feature #11696]
* Module