diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-17 21:21:28 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-17 21:21:28 +0200 |
commit | 63a05d72d90cce719b45cc9ab8248da12905d9b5 (patch) | |
tree | 7914fa357291d4918d491a733422d295cc1d3fb4 /ChangeLog.adoc | |
parent | 40eb257d0d04cf47c10a882de7261ef8d3f7f48e (diff) | |
download | weechat-63a05d72d90cce719b45cc9ab8248da12905d9b5.zip |
buflist: fix extra spaces between buffers when conditions are used to hide buffers (closes #1403)
This is a regression introduced in version 2.6 by commit
bf21ca072d5250b1196e62db61f3ba675ee89b52.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 458d30184..b85d29556 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -18,7 +18,12 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[v2.7]] == Version 2.7 (under dev) +Bug fixes:: + + * buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403) + Build:: + * core: remove file FindTCL.cmake * core: display an error on missing dependency in CMake (issue #916, issue #956) |