From f3d91abe1a9625b899d1be146ef10d33d6b8e373 Mon Sep 17 00:00:00 2001 From: EMQ-YangM Date: Mon, 9 May 2022 09:47:37 +0800 Subject: [PATCH] fix: update CHANGES-4.3.md --- CHANGES-4.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index f47b6b0c7..f3f2d5ea0 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -19,6 +19,7 @@ File format: Now MQTT clients may be authorized with respect to a specific claim containing publish/subscribe topic whitelists. * Better randomisation of app screts (changed from timestamp seeded sha hash (uuid) to crypto:strong_rand_bytes) * Return a client_identifier_not_valid error when username is empty and username_as_clientid is set to true [#7862] +* Add more rule engine date functions: format_date/3, format_date/4, date_to_unix_ts/4 [#7894] ### Bug fixes * List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.