diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-11 07:26:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-11 07:29:56 +0200 |
commit | 26c0b1270f3bcb49faf2b812927d03c00ed789cc (patch) | |
tree | 70dde3205bec2e430d18949b2cf1e02448459277 | |
parent | ccaf99ff400c559388c44558f88e46db7954d7f9 (diff) | |
download | weechat-26c0b1270f3bcb49faf2b812927d03c00ed789cc.zip |
core: update ChangeLog (issue #1375)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 8711b6aed..f95f85202 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -23,6 +23,7 @@ New features:: * core: add support of 32767 color pairs (issue #1343, issue #1345) * core: add option "close" in command /window (issue #853) * api: add argument "strip_items" in function string_split + * buflist: add infolist "buflist" with list of buffer pointers (issue #1375) * exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (issue #1356) Bug fixes:: |