From 96499ad34abd18c9fb5b63b41bac43098af50648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 15 Jan 2017 07:21:09 +0100 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 77b5e7216..b56b0596c 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -38,7 +38,7 @@ Improvements:: * alias: add a slash before commands completed in arguments of /alias * exec: add option "-oc" in command /exec to execute commands in process output, don't execute commands by default with "-o" (issue #877) * irc: evaluate content of server option "ssl_fingerprint" (issue #858) - * irc: change default value of option irc.network.lag_reconnect to 300 (issue #818) + * irc: change default value of option irc.network.lag_reconnect from 0 to 300 (issue #818) * trigger: do not hide email in command "/msg nickserv register password email" (issue #849) Bug fixes::