diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml new file mode 100644 index 00000000000..8fee49c1f48 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_8_0/6476-fix-ref-integrity-with-client-assigned-ids.yaml @@ -0,0 +1,6 @@ +--- +type: fix +jira: SMILE-8941 +issue: 6476 +title: "Previously, when Enforce Referential Integrity on Write was enabled, it was possible to create a resource with +a reference to another resource by using its internal PID instead of its forced ID. This has now been fixed."