diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-10 17:48:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-10 17:48:34 +0200 |
commit | c411ee475ac47b681e9271ffae47ccffcab11f4d (patch) | |
tree | 1b9e634905a90b8ad1724f5604e33f86be23cf06 /ChangeLog.adoc | |
parent | a409080d8b4ac585c4c13b4305bd044cd1a6ed55 (diff) | |
download | weechat-c411ee475ac47b681e9271ffae47ccffcab11f4d.zip |
core: create or update option weechat.notify.xxx when function buffer_set is called with "notify" property (closes #1390)
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 3ad0be13d..0b14bd1c7 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -31,6 +31,7 @@ New features:: Bug fixes:: + * core: create or update option weechat.notify.xxx when function buffer_set is called with "notify" property (issue #1390) * core: fix memory leak in case of error when building content of bar item for display (issue #1384) * core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon * core: auto disable upgrade process (command line option "--upgrade") if the file weechat.upgrade is not found |