From 4157a25f4e7e96ac726d77e614f071897a2a3a25 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Thu, 11 Jan 2024 08:21:51 +1100 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8eb6d8d66..6a68addc6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,7 @@ major upgrade to validation - use terminology server to perform more logic, and * fix bug handling XML name extension * Fix FHIRPath validation errors around use of %resource and %rootResource * Correct validator enforcement of minValue for decimal and integer (#1538) +* Suppress date errors when searching for packages (some packages couldn't be installed) ## Other code changes