diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-09 11:40:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-09 11:40:14 +0100 |
commit | 40749afcedb9512b2c76eda74f134ec8598b6ebd (patch) | |
tree | b1db55af42d5889caa60bd371cb5057d89af50ea /ChangeLog.adoc | |
parent | a7522d8e8979b7331f45359ef198ddc545dddffe (diff) | |
download | weechat-40749afcedb9512b2c76eda74f134ec8598b6ebd.zip |
core: add option weechat.completion.partial_completion_templates
This option is used to force partial completion on specific templates
(for now only "config_options").
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index d9b0a63aa..9ea0d513f 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -18,6 +18,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[v2.1]] == Version 2.1 (under dev) +New features:: + + * core: add option weechat.completion.partial_completion_templates to force partial completion on specific templates + Bug fixes:: * python: fix arguments status/gnutls_rc/sock in hook_connect() callback |