From 964de12a5488bc036be1a6f484d0ffe7524d2322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 30 Sep 2015 20:57:50 +0200 Subject: [PATCH] core: update ChangeLog (issue #541) --- ChangeLog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 0380a51c4..77cc9ba79 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -27,6 +27,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: add command /cap (issue #8) * irc: add hex dump of messages in raw buffer when debug is enabled for irc plugin (level 2 or more) +* logger: display system error when the log file can not be written + (issue #541) * script: add option script.scripts.download_timeout * doc: add Czech man page and quickstart guide (issue #490)