Merge pull request #1766 from jamesagnew/attribution-fix

Add missed attribution to changelog
This commit is contained in:
Tadgh 2020-03-18 10:31:09 -07:00 committed by GitHub
commit 44ef5a4f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."