Add changelog entry; fix typo.
This commit is contained in:
parent
314df43091
commit
ced376f7ba
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
type: fix
|
type: fix
|
||||||
issue: 1895
|
issue: 1895
|
||||||
title: "HAPI FHIR 5.0.0 introduced a regressin in JPA validator performance, where a number of unnecessary database lookups
|
title: "HAPI FHIR 5.0.0 introduced a regression in JPA validator performance, where a number of unnecessary database lookups
|
||||||
were introduced. This has been corrected."
|
were introduced. This has been corrected."
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
type: fix
|
||||||
|
issue: 1933
|
||||||
|
title: "`BaseValidationSupportWrapper.expandValueSet(...)` and `ValidationSupportChain.expandValueSet(...)` were
|
||||||
|
incorrectly replacing expansion options (i.e. offset and count) with `null`, causing these parameters to be
|
||||||
|
ignored when invoking the `ValueSet$expand` operation. This has been corrected."
|
Loading…
Reference in New Issue