diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6297-mdm-changes-to-pointcut.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6297-mdm-changes-to-pointcut.yaml new file mode 100644 index 00000000000..fd65439189b --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6297-mdm-changes-to-pointcut.yaml @@ -0,0 +1,4 @@ +--- +type: fix +issue: 6297 +title: "When an MDM link is updated to be `NO_MATCH`, it is possible that other links will be updated as well. Previously, the `MDM_POST_UPDATE_LINK` pointcut only received the `NO_MATCH` event. This has been corrected, and that pointcut will now receive all links that were changed as a result of the `NO_MATCH`."