From 7f88be7600409c6b80a8fcffae2a5eea36edbb40 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 29 Aug 2023 09:19:48 +0200 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7b06c6ab5..3492a33a7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,15 @@ ## Validator Changes -* no changes +* Fix problem validating code systems with content = not-present +* Further development of multi-language support on the tx server, and: +* Change the validator so that the default language is '*' (all languages) not 'en' + ## Other code changes -* no changes \ No newline at end of file +* Improve license scanning and readme documentation +* Change xpp3 dependency +* Add client version to tx user-agent requests +* Suppress spurious xml parsing messages to System.err + +