From 94f872c752fa792bf1e45e9168f600ae064e90b8 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Mon, 24 Jun 2019 13:08:46 +0200 Subject: [PATCH] (chore) add new cli option to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d920b0c..cbf11bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Enhanced API-Usage e.g. return Result object with processing information +- 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 +- cli option to serialize the 'report input' xml document to _cwd_ ### Changed