From 16b002d1dd3c8ad416eb9ba910f21c1031114d1d Mon Sep 17 00:00:00 2001 From: Aditya Dave Date: Wed, 10 Jul 2024 14:04:31 -0400 Subject: [PATCH] fix changelog (#6093) --- ...23-fix-allowing-arbitrary-json-for-cds-hooks-extensions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6023-fix-allowing-arbitrary-json-for-cds-hooks-extensions.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6023-fix-allowing-arbitrary-json-for-cds-hooks-extensions.yaml index b9ce86f51ac..0aec9b5dc9f 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6023-fix-allowing-arbitrary-json-for-cds-hooks-extensions.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6023-fix-allowing-arbitrary-json-for-cds-hooks-extensions.yaml @@ -1,4 +1,4 @@ --- type: change -issue: 6024 +issue: 6023 title: "Previously, CDS hook extensions needed to be encoded as strings. This has been changed so that extensions are now properly provided as inline JSON."