From 74a5c4cf434ca92a8d5289cc1ba4292ffe5ceb8b Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 24 Oct 2023 17:47:48 +1100 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3d178e66ab..889c801e6c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,12 +5,16 @@ * Update ViewDefinition validator for change (alias -> name) * Fix for NPE validating sql-on-fhir ViewDefinition * Fix for index out of bounds error when extension uses itself +* Fix issue where .resolve() in FHIRPath didn't work with URL values (and fix typo in i18n system) +* Implement FHIRPath slice() function in validator ## Other code changes +* Breaking API Change: Revise FHIRPath API so hosts can evaluate expressions in custom functions * Add package use tracking to FHIR cache for validator.fhir.org * Support for instance-name and instance-description in IG publisher * Element.removeExtension (support for instance-name and instance-description extensions in IG publisher) * Split terminology service tests * Hack for wrong URLs in subscriptions backport * Remove dependencies for unused UI experiment +* More improvements to profile code generation