1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: move line in ChangeLog

This commit is contained in:
Sébastien Helleu
2016-01-06 07:13:51 +01:00
parent 0ee5e7e9bc
commit e739e1dfba
+2 -2
View File
@@ -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