diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df31e8..8ee309e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,10 +32,12 @@ do not reflect actual schematron validation result ### Changed - Inputs are NOT read into memory (e.g. Byte-Array) prior processing within the validator. This reduces memory consumption. -- CheckConfiguration is deprecated now. Use Configuration.load(...) or Configuration.build(...) - Overall processing of xml files is based on Saxon s9api. No JAXP or SAX classes are used by the validator (this further improves performance and memory consumption) +### Deprecations +- CheckConfiguration is deprecated now. Use Configuration.load(...) or Configuration.build(...) + ## 1.2.1 ### Fixed - Validator is creating invalid createReportInput xml in case of no scenario match