diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c91ed28f033..49059de674a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -183,6 +183,10 @@ JPA server R4 SearchParameter custom expression validation is now done using the actual FHIRPath evaluator, meaning it is more rigorous in what it can find. + + A NullPointerException in DateRangeParam when a client URL conrtained a malformed + date was corrected. Thanks Heinz-Dieter Conradi for the Pull Request! +