diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3d0105c8b64..e0b95beeaa6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -225,6 +225,12 @@ JAX-RS server module was not able to generate server CapabilityStatement for some versions of FHIR (DSTU2_HL7ORG, DSTU2_1, or R4). Thanks to Clayton Bodendein for the Pull Request! + + When a server method throws a DataFormatException, the error will now be converted into + an HTTP 400 instead of an HTTP 500 when returned to the client (and a stack + trace will now be returned to the client for JAX-RS server if configured to + do so). Thanks to Clayton Bodendein for the pull request! +