summaryrefslogtreecommitdiffstats
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.asciidoc')
-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