summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-01-06 07:13:51 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-01-06 07:13:51 +0100
commite739e1dfba641dbda1280b0c4df6897f23d58976 (patch)
treeacb0f67e3a1493d4e4952e97f4f40b5f43f9ca4b
parentdoc: update copyright dates in German docs (diff)
downloadweechat-e739e1dfba641dbda1280b0c4df6897f23d58976.tar.xz
weechat-e739e1dfba641dbda1280b0c4df6897f23d58976.zip
core: move line in ChangeLog
-rw-r--r--ChangeLog.asciidoc4
1 files 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