From 11ad41d472284e980cb9f53eec170046a6c88c30 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Mon, 6 Jul 2020 05:52:40 -0400 Subject: [PATCH] Credit for #1893 --- .../changelog/5_1_0/1893-add-of-type-token-modifier.yaml | 5 +++++ pom.xml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1893-add-of-type-token-modifier.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1893-add-of-type-token-modifier.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1893-add-of-type-token-modifier.yaml new file mode 100644 index 00000000000..98bd27b8bc9 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1893-add-of-type-token-modifier.yaml @@ -0,0 +1,5 @@ +--- +type: add +issue: 1893 +title: "Support for the `:of-type` modifier has been added to TokenParamModifier. Thanks to Alexander Lukyanchikov + for the pull request!" diff --git a/pom.xml b/pom.xml index 584c267de40..9a62f4f2fc5 100644 --- a/pom.xml +++ b/pom.xml @@ -663,6 +663,10 @@ Mark Iantorno Smile CDR + + sqshq + Alexander Lukyanchikov +