From 2f3018c56e74d8eb420bf64296d606cb3caa8b7f Mon Sep 17 00:00:00 2001 From: James Agnew Date: Fri, 3 Jan 2020 13:43:16 -0500 Subject: [PATCH] Credit for #1603 --- .../resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml index 2f066f06574..b88b78cb1b5 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml @@ -56,3 +56,7 @@ type: "fix" title: "Several misleading comments in documentation code snippets were fixed. Thanks to Jafer Khan for the pull request!" +- item: + issue: "1603" + type: "fix" + title: "The client threw a NullPointerException in some circumstances when it received an HTTP 201 No Content response from the server. This has been corrected. Thanks to Petro Mykhailysyn for the pull request!"