release notes

This commit is contained in:
Grahame Grieve 2023-05-17 13:41:53 +10:00
parent 8a3fce9824
commit 29537dfef9
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,14 @@
## Validator Changes ## Validator Changes
* no changes * Update terminology for changes to tx validation policy: Wrong displays change from a warning to an error
* Add parameter ```-display-issues-are-warnings``` for restoring original behaviour that display issues are warnings
* Relax constraints on Reference targets for logical models
* Update dutch and german validation error messages + minor improvements to error messages
* Fix r5 url for package fetch (#1260) …
## Other code changes ## Other code changes
* no changes * Fix up all terminology cache tests
* Switch to System.err for now + report missing constants
* Add I18n tests for coverage and plural validity + fix missing messages
* Partial fix for R4/R5 conversion issues