diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-30 07:37:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-30 07:37:18 +0200 |
commit | f917d2265528c0b23947c562d3679163b880149d (patch) | |
tree | 44998646e44ad0dce6c7bdd0cc4b6d89d65ec6ac | |
parent | c96cc7a0083f454fc2a3ef7b80379e60867d98fc (diff) | |
download | weechat-f917d2265528c0b23947c562d3679163b880149d.zip |
core: update ChangeLog (issue #1920)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index c5329a9d4..d58aad84a 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -41,6 +41,7 @@ New features:: * alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) * alias: add `$&` to replace all arguments with double quotes escaped (issue #1140, issue #1190) * alias: add option `missing` in command `/alias` + * fset: add options fset.color.color_name and fset.color.color_name_selected (issue #1920) * irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default * irc: add support of capabilities "batch" and "draft/multiline" (issue #1292, issue #1923) * irc: add support of capability "echo-message" (issue #139) |