diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2682-fix-case-sensititivity-in-package-ids.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2682-fix-case-sensititivity-in-package-ids.yaml new file mode 100644 index 00000000000..b4d3ac83ff4 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_5_0/2682-fix-case-sensititivity-in-package-ids.yaml @@ -0,0 +1,4 @@ +--- +type: fix +issue: 2682 +title: "Fixes the problem that FHIR package IDs were incorrectly treated as case sensitive when being loaded, causing loads to fail when dependencies were declared with a different case than in the package itself."