diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-04 08:45:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-04 08:46:36 +0200 |
commit | f8403c76db457b89c36865d1cb3771df5626ff6e (patch) | |
tree | 7192930dce0a7ebfffdea468c4f7c9e38495c1ad /ChangeLog.adoc | |
parent | 657e659c424a7278563cf0c773a38c491eeb4f5b (diff) | |
download | weechat-f8403c76db457b89c36865d1cb3771df5626ff6e.zip |
api: add optional list of colors in infos "nick_color" and "nick_color_name" (closes #1565)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index afb33ed26..32fbfc6d1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: + * api: add optional list of colors in infos "nick_color" and "nick_color_name" (issue #1565) * api: add argument "bytes" in function string_dyn_concat * api: add function string_color_code_size (issue #1547) * fset: add option fset.look.auto_refresh (issue #1553) |