From abdbf3409d8cdeac98ecb2b0778d10efcd982a2b Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 7 Jun 2023 20:29:22 +0200 Subject: [PATCH] feat: add changelog for #10926 --- changes/ce/feat-10926.en.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ce/feat-10926.en.md diff --git a/changes/ce/feat-10926.en.md b/changes/ce/feat-10926.en.md new file mode 100644 index 000000000..607dd06de --- /dev/null +++ b/changes/ce/feat-10926.en.md @@ -0,0 +1,5 @@ +Allow 'enable' as well as 'enabled' as the state flag for listeners. + +Prior to this change, listener can be enable/disabled by setting the 'true' or 'false' on the 'enabled' config. +This is slightly different naming comparing to other state flags in the system. +No the 'enable' flag is added as an aliase on listeners.