diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml new file mode 100644 index 00000000000..0acad38daec --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/2681-member-match-operation-must-be-invoked-by-post.yaml @@ -0,0 +1,4 @@ +--- +type: fix +title: "$member-match operation was allowed to be invoked by GET when it shouldn't have. + That is fixed. Operation can only be invoked by POST request"