From 0e86732599c178ebb2400c85df1b70273c4ac579 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Fri, 19 Jun 2020 14:03:22 -0700 Subject: [PATCH] Add changelog --- .../uhn/hapi/fhir/changelog/5_1_0/1826-add-iginstaller.yaml | 2 +- .../uhn/hapi/fhir/changelog/5_1_0/1926-add-spring-batch.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1926-add-spring-batch.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1826-add-iginstaller.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1826-add-iginstaller.yaml index d08375fb8e2..888f024ab38 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1826-add-iginstaller.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1826-add-iginstaller.yaml @@ -1,6 +1,6 @@ --- type: add issue: 1826 -title: "A new servce has been added to the JPA server that fetches FHIR Implementation Guide NPM +title: "A new service has been added to the JPA server that fetches FHIR Implementation Guide NPM packages and installs the contained conformance resources into the JPA repository. Thanks to Martin Zacho Grønhøj for the pull request!" diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1926-add-spring-batch.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1926-add-spring-batch.yaml new file mode 100644 index 00000000000..b3aa95a1c3a --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/1926-add-spring-batch.yaml @@ -0,0 +1,4 @@ +--- +type: add +issue: 1926 +title: "Spring Batch has been added to HAPI FHIR in the `hapi-fhir-jpaserver-batch` project."