diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-11 09:53:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-11 09:53:17 +0200 |
commit | 82372115ae4978abae3d91aa1149a002a3bb1540 (patch) | |
tree | 7c558edcca1540bfb5f8b69d662d8d4b9e81d6bb /ChangeLog.adoc | |
parent | 71dfbdc41916b267d8f9b65799d0b85fec91f7de (diff) | |
download | weechat-82372115ae4978abae3d91aa1149a002a3bb1540.zip |
core: display a message when a configuration file is updated to a newer version
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 62ea1989f..77bcbb1d3 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele New features:: + * core: display a message when a configuration file is updated to a newer version * core: add completion "eval_variables", used in completion of `/eval` * core: add command `/sys` to show resource limits/usage and suspend WeeChat process, add key kbd:[Ctrl+z] to suspend WeeChat (issue #985) * core: ignore key bindings with empty command |