diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-12 20:48:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-12 20:48:32 +0200 |
commit | 1df1903d230c4f8dbd0876b8bbc3454aa1af389c (patch) | |
tree | b618b916bafe6c1dd6733023adacb7a28351e385 /ChangeLog.adoc | |
parent | ae39b7ce61a6c1d399ab49c00e17a206088dd5fb (diff) | |
download | weechat-1df1903d230c4f8dbd0876b8bbc3454aa1af389c.zip |
core: add option "-save" in command /upgrade (closes #1630)
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 d9e72f312..095b25192 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,6 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: + * core: add option "-save" in command /upgrade (issue #1630) * core: add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) (issue #1595) * core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue #1595) * api: add support of pointer names in function string_eval_expression (direct and in hdata) |