From a6a221e5e105ff107d8b68ab76f6299b42107088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 16 May 2016 11:05:08 +0200 Subject: [PATCH] core: add asciidoctor in ChangeLog (issue #722) --- ChangeLog.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index d73d6d869..34005e808 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -18,6 +18,9 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[v1.6]] == Version 1.6 (under dev) +New features:: + * doc: switch to asciidoctor to build docs and man page + Bugs fixed:: * api: fix crash in function string_split_command() when the separator is not a semicolon (issue #731) * relay: allow escape of comma in command "init" (weechat protocol) (issue #730)