From af5432cc102542dc2128bf0418bcc26f08a62356 Mon Sep 17 00:00:00 2001 From: Renzo Kottmann Date: Thu, 20 Jun 2019 14:03:26 +0200 Subject: [PATCH] Formatted Changelog.md --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e8da6..d920b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,23 +6,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + ### Added + - Enhanced API-Usage e.g. return Result object with processing information - Support loading scenarios and content from a JAR-File - Simple Daemon-Mode exposing validation functionality via http ### Changed + - Use s9api (e.g. XdmNode) internally for loading and holding xml objects (further memory optimization) - Builds with java 8 and >= 11 - Packages for java8 and java >= 11 (with jaxb included) -## 1.0.2 +## 1.0.2 + ### Fixed + - Memory issues when validating multiple targets -## 1.0.1 +## 1.0.1 + ### Changed + - Removed XRechnung configuration from release artifacts and source (moved to [own repository](https://github.com/itplr-kosit/validator-configuration-xrechnung) ) ## 1.0.0 -- Initial Release \ No newline at end of file + +- Initial Release