diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-05-11 21:50:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-05-11 21:50:53 +0200 |
commit | d99fe0bc7656607dc75c5d0c7708ab9f3a44937e (patch) | |
tree | 3002c57e3fe1fbac743081b953f5918ab4da2804 /ChangeLog.adoc | |
parent | 540ff62c604cb47e570a143909a1cb35b02a86af (diff) | |
download | weechat-d99fe0bc7656607dc75c5d0c7708ab9f3a44937e.zip |
core: allow to remove multiple filters at once with command /filter del
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 138a7e7ba..da2868f9e 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -23,6 +23,7 @@ New features:: * core: add bar item "spacer" (issue #1700) * core: add case conversion in evaluation of expressions with `lower:string` and `upper:string` (issue #1778) * core: move detailed list of hooks from command `/plugin listfull` to `/debug hooks <plugin>` + * core: allow to remove multiple filters at once with command `/filter del` * api: allow to catch multiple signals in functions hook_signal and hook_hsignal (issue #1780) Bug fixes:: |