From 9a106b83a3d27428721d199f15daae1233d23099 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Thu, 1 Dec 2022 08:48:58 +1100 Subject: [PATCH] add release notes --- RELEASE_NOTES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7b06c6ab5..dcbbb19cc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,10 @@ ## Validator Changes -* no changes +* Perform canonical resolution using package dependencies even for version specific references (workaround for VSAC bad behaviour) ## Other code changes -* no changes \ No newline at end of file +* Fix conversion between R3 andR4/R5 for Immunization.notGiven +* Fix parameter handling for tx server responses +* Add cast support for more types in FML implementation +* Fixes to GQL Schema generation