Add missed attribution to changelog

This commit is contained in:
Tadgh 2020-03-18 10:26:33 -07:00
parent 7bdb42d70f
commit ad46c3173a
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ type: add
issue: 1760
title: "Adds support for chained parameters in a _has query. For example
`GET /Patient?_has:Observation:subject:device.identifier=1234-5`. Adds a performance warning on any queries that use
an unqualified resource in a chain which ends up resolving to 2 or more candidate target types."
an unqualified resource in a chain which ends up resolving to 2 or more candidate target types. Thanks to Jean-Francois Briere
for the patch."