From 6274e215c56a4cf3f448a99b68277c0413adad66 Mon Sep 17 00:00:00 2001 From: jstaerk Date: Thu, 16 Dec 2021 12:14:02 +0100 Subject: [PATCH] Updated history. --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 0f33ce3c..4e028a3f 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,7 @@ 2021-12-16 - Jacksonability: Invoice and dependent objects can now be Stringified to / restored from a JSON (persistence? XML?) using e.g. Jackson +- Please note Mustang was *not* affected by log4j CVE-2021-44228 or CVE-2021-45046: this is *not* a security update - unknown root elements will now throw separate errors (type 3) - added some automated tests - Remove faulty '/' from getNodeListByPath call. PR #256, Thanks again to Weclapp-dev