feat: add changelog for #10926

This commit is contained in:
Zaiming (Stone) Shi 2023-06-07 20:29:22 +02:00
parent 1e0b2de0ea
commit abdbf3409d
1 changed files with 5 additions and 0 deletions

View File

@ -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.