git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2017-12-24 08:40:11 +00:00
Родитель 7d10b978c3
Коммит acdbb5c0ec
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -426,7 +426,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Logger
* Logger.new("| command") had been working to open a command
unintentionally. It was prohibitted, and now Logger#initialize
unintentionally. It was prohibited, and now Logger#initialize
treats a String argument only as a filename, as its specification.
[Bug #14212]