From 0e4478632038ec3744bed636d13d97627cb0cca8 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Wed, 8 Apr 2020 18:07:36 -0400 Subject: [PATCH] Add changelog --- .../ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml index 08691d1826a..150d001caa2 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/changes.yaml @@ -25,3 +25,11 @@ has been replaced with an equivalent `FhirContext.newFhirPath()`. The FhirPath expression language was initially called FluentPath before being renamed, so this change brings HAPI FHIR inline with the correct naming. " +- item: + issue: "1790" + type: "change" + title: "**Breaking Change**: + Several classes in the JPA server have been moved to new packages, including the DaoConfig and IDao interfaces. + These classes have not changed in terms of functionality, but existing projects may need to adjust some + package import statements. + "