From e702d7c37a44a22595e4a63633949dfd584c68d4 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Wed, 4 Jan 2023 14:18:58 +0100 Subject: [PATCH] updated changes.md --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0c6e932..4a67261 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,18 @@ +2.0.0 - xml parsing +------------------- + +- The assay results xml file is now parsed first +- CSV parsing is still available as fallback if the XML could not be parsed + + +1.0.0 - cli cleanup +------------------- + + - the cli interface was cleaned up a lot + - default output of cli is now stdout + - multiple sources can be specified instead of the clumsy '-r' option before + + 0.7.0 - simplifications -----------------------