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 @@
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.
+ ]]>
+