From e739e1dfba641dbda1280b0c4df6897f23d58976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 6 Jan 2016 07:13:51 +0100 Subject: [PATCH] core: move line in ChangeLog --- ChangeLog.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 3e3c63d4d..a2eda1f59 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -21,8 +21,6 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[1.4_features]] === New features -* core: fix execution of empty command name ("/" and "/ " are not valid - commands) * core: add a parent name in options, display inherited values if null in /set output, add option weechat.color.chat_value_null (issue #629) * core: add tag "term_warning" in warnings about wrong $TERM on startup @@ -60,6 +58,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[1.4_bugs]] === Bugs fixed +* core: fix execution of empty command name ("/" and "/ " are not valid + commands) * core: fix memory leak when using multiple "-d" or "-r" in command line arguments * core: don't complain any more about "tmux" and "tmux-256color" $TERM values