diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ca1ac655c40..bc523790d4a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,10 +25,29 @@
  • commons-lang3 (Core): 3.8.1 -> 3.9
  • commons-text (Core): 1.6 -> 1.7
  • Guava (JPA): 27.1-jre -> 28.0-jre
  • -
  • ]]> + + Breaking Change: + The HL7.org DSTU2 structures (and ONLY the HL7.org DSTU2 structures) have been + moved to a new package. Where they were previously found in + org.hl7.fhir.instance.model + they are now found in + org.hl7.fhir.dstu2.model. This was done in order to complete the harmonization + between the + HAPI FHIR + GitHub repository and the + org.hl7.fhir.core + GitHub repository. This is the kind of change we don't make lightly, as we do know that it + will be annoying for users of the existing library. It is a change however that will allow us + to apply validator fixes much more quickly, and will greatly reduce the amount of effort + required to keep up with R5 changes as they come out, so we're hoping it is worth it. + Note that no classes are removed, they have only been moved, so it should be fairly straightforward + to migrate existing code with an IDE. + ]]> + Breaking Change: