From c03e470fcd0fc2cef250407418345b1352d9557c Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Sat, 21 Dec 2019 11:37:02 -0500 Subject: [PATCH] Credit for #1588 --- .../resources/ca/uhn/hapi/fhir/changelog/4_2_0/changes.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 769ee683065..88cfd8b634f 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 @@ -46,4 +46,8 @@ title: "When validating resources containing custom valuesets defined in PrePopulatedValidationSupport outside of the JPA server, sometimes code systems could not be found resulting in false negative errors." - +- item: + issue: 1588 + type: add + title: "Support for several new operators has been added to the `_filter` support in the JPA server. Thanks + to Anthony Sute for the Pull Request!