Add changelog

This commit is contained in:
jamesagnew 2020-03-23 18:05:48 -04:00
parent 0ac434ea5d
commit 7706600a8c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
type: add
issue: 1772
title: "The JPA server now allows chained searches on the `_type` parameter. For example, the following
could be used to find all Encounters with a context of type Group: `Encounter?context._type=Group`."