From a974776fa0faf26a8e7577bc46be7239824865c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 30 Jan 2015 08:59:04 +0100 Subject: [PATCH] core: move a line in ChangeLog --- ChangeLog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index eda852036..72fb4ce13 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -21,10 +21,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add option "-s" in command /eval to split commands (no more split by default) (closes #324) +* core: add priority in plugins to initialize them in order * irc: add support of "account-notify" capability (closes #11, closes #246) * irc: remove server "freenode" from default config file (closes #309) * irc: add support of "ecdsa-nist256p-challenge" SASL mechanism (closes #251) -* core: add priority in plugins to initialize them in order * doc: add Russian man page === Bugs fixed