Add changelog entries.

This commit is contained in:
Diederik Muylwyk 2021-03-04 19:55:39 -05:00
parent bd85c0c362
commit 35645999d7
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,4 @@
--- ---
type: add type: add
issue: 2332 issue: 2332
title: "All created placeholder resources now have a meta extension with the url http://hapifhir.io/fhir/StructureDefinition/resource-meta-placeholder title: "Terminology storage is now skipped for placeholder ValueSet and ConceptMap resources."
and the value 'true'. Also, terminology storage is now skipped for placeholder ValueSet and ConceptMap resources."

View File

@ -0,0 +1,5 @@
---
type: add
issue: 2446
title: "Auto-created placeholder reference targets now have an extension with the URL
`http://hapifhir.io/fhir/StructureDefinition/resource-meta-placeholder` and a value of `true`."

View File

@ -0,0 +1,5 @@
---
type: change
issue: 2446
title: "DaoConfig setting for [Populate Identifier In Auto Created Placeholder Reference Targets](https://hapifhir.io/hapi-fhir/apidocs/hapi-fhir-jpaserver-api/ca/uhn/fhir/jpa/api/config/DaoConfig.html#setPopulateIdentifierInAutoCreatedPlaceholderReferenceTargets(boolean))
now defaults to `true`."