From 33966a9c27dc72a50c5ef367930beeba97d089ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Thu, 1 Aug 2024 11:29:06 +0200 Subject: [PATCH] ADD Changelog entry --- Changelog | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 5b5d5ef154..9ba2453185 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +- Upgrafe cjexl version from 0.3.0 to 0.4.0 (new transformations: now, getTime and toIsoString) + 4.0.0 (June 6th, 2024) - Add: JEXL expression support in custom notification macro replacement (using cjexl 0.3.0) (#4004) @@ -148,11 +150,11 @@ 3.5.0 (January 28th, 2022) -- Fix: avoid duplicated attributes and metadata in arrays in POST /v2/subscriptions and PATCH /v2/subscriptions/{subId} (#2101) -- Fix: $each usage with $push operator to add several items to array (#744) -- Fix: allow HTTPS certificates larger than 2048 bytes (#4012) -- Fix: DateTime attribute macro rendering in custom notifications was numeric instead of ISO8601 (#3894) -- Fix: buffer overflow problem in logs subsystem for from= field, causing crash in some cases (#3884) +- Fix: avoid duplicated attributes and metadata in arrays in POST /v2/subscriptions and PATCH /v2/subscriptions/{subId} (#2101) +- Fix: $each usage with $push operator to add several items to array (#744) +- Fix: allow HTTPS certificates larger than 2048 bytes (#4012) +- Fix: DateTime attribute macro rendering in custom notifications was numeric instead of ISO8601 (#3894) +- Fix: buffer overflow problem in logs subsystem for from= field, causing crash in some cases (#3884) 3.4.0 (December 14th, 2021)