Merge branch 'branch-1.2.x'

# Conflicts:
#	CHANGELOG.md
#	src/main/java/de/kosit/validationtool/impl/model/BaseScenario.java
#	src/test/java/de/kosit/validationtool/impl/DefaultCheckTest.java
This commit is contained in:
Andreas Penski (init) 2020-04-16 13:56:12 +02:00
commit e0bd3ec8ab
6 changed files with 35 additions and 4 deletions

View file

@ -16,8 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Inputs are NOT read into memory (e.g. Byte-Array) prior processing within the validator. This reduces memory consumption.
## 1.2.0
## UNRELEASED
### Fixed
- Validator was creating invalid createReportInput xml in case of no scenrio match
## 1.2.0
### Added
- Provide access to schematron result through [Result.java](https://github.com/itplr-kosit/validator/blob/master/src/main/java/de/kosit/validationtool/api/Result.java)