diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml new file mode 100644 index 00000000000..7b56f3c2a43 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_1_0/237-update-extension-metyods.yaml @@ -0,0 +1,8 @@ +--- +type: change +issue: 237 +title: "The R5 structure methods for working with extensions on arbtrary fields, e.g. + `getExtensionByUrl(String)`, `removeExtension(String)`, `getExtensionsByUrl(String)` + `hasExtension(String)`, and `getExtensionString(String)` have been enhanced so that they + now return modifier extensions as well as the non-modifier extensions they previously + returned."