From 90f61db78e89b04155160e6e8704a248264c44e5 Mon Sep 17 00:00:00 2001 From: Menzo Windhouwer Date: Thu, 7 Jan 2021 14:06:03 +0100 Subject: [PATCH] Update CHANGES.md docemented changes --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 536da95e..079a9db5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +# 1.2.0 +Changes compared to 1.1.0 + +- for XSLT [SaxonUtils](https://github.com/TLA-FLAT/SaxonUtils) is used, so extensionfunctions for dynamic XPat evaluation can easily be used +- the Transform action now provides access to the configuration to the stylesheet, so records can be filtered, transformed on the basis of info from the configuration +- the JSON API of the Centre Registry is used instead of the XML one +- no external processing is needed anymore to complete the mapping from directory names to endpoint and centre info +- now uses Java 11 +- skip invalid characters encountered in the XML +- retry-delay is now in seconds instead of milliseconds +- extended documentation + # 1.1.0 Changes compared to 0.6.2