summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92715387cd..1390117375 100644
--- a/NEWS
+++ b/NEWS
@@ -416,6 +416,13 @@ with all sufficient information, see the ChangeLog file or Redmine
=== Stdlib compatibility issues (excluding feature bug fixes)
+* Logger
+
+ * Logger.new("| command") had been working to open a command
+ unintentionally. It was prohibitted, and now Logger#initialize
+ treats a String argument only as a filename, as its specification.
+ [Bug #14212]
+
* Net::HTTP
* Net::HTTP#start now passes :ENV to p_addr by default. [Bug #13351]