From 0d053a6897bdab01dbbfd25eabcfb3ba241fb2e0 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Fri, 10 May 2024 14:29:35 +0200 Subject: [PATCH] docs: add change log entry --- changes/ce/fix-13012.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ce/fix-13012.en.md diff --git a/changes/ce/fix-13012.en.md b/changes/ce/fix-13012.en.md new file mode 100644 index 000000000..ef87837ee --- /dev/null +++ b/changes/ce/fix-13012.en.md @@ -0,0 +1,4 @@ +The MQTT listerners config option `access_rules` has been improved in the following ways: + +* The listener no longer crash with an incomprehensible error message if a non-valid access rule is configured. Instead a configuration error is generated. +* One can now add several rules in a single string by separating them by comma (for example, "allow 10.0.1.0/24, deny all").