summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-05-11 21:50:53 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-05-11 21:50:53 +0200
commitd99fe0bc7656607dc75c5d0c7708ab9f3a44937e (patch)
tree3002c57e3fe1fbac743081b953f5918ab4da2804 /ChangeLog.adoc
parent540ff62c604cb47e570a143909a1cb35b02a86af (diff)
downloadweechat-d99fe0bc7656607dc75c5d0c7708ab9f3a44937e.zip
core: allow to remove multiple filters at once with command /filter del
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
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::