Release notes
This commit is contained in:
parent
4b1488438e
commit
dfeb8a37ca
|
@ -3,6 +3,11 @@
|
||||||
* Fix bug where validator doesn't actually validate web sourced input
|
* Fix bug where validator doesn't actually validate web sourced input
|
||||||
* Fix narrative link validation and add id/idref validation
|
* Fix narrative link validation and add id/idref validation
|
||||||
* Remove fhir-test-cases from Validator CLI JAR (#1497) (reduce size)
|
* Remove fhir-test-cases from Validator CLI JAR (#1497) (reduce size)
|
||||||
|
* Fix to CDA xsi:type validation per SD decision
|
||||||
|
* Apply regex pattern to literal format if defined
|
||||||
|
* Improvements to vital signs related messages
|
||||||
|
* Fix R4 con-3 FHIRPath expression
|
||||||
|
* Fix bug loading packages with partially specified version that doesn't exist
|
||||||
|
|
||||||
## Other code changes
|
## Other code changes
|
||||||
|
|
||||||
|
@ -20,3 +25,4 @@
|
||||||
* Give kinder error message for missing param
|
* Give kinder error message for missing param
|
||||||
* Fix commonmark group and bump version (#1500)
|
* Fix commonmark group and bump version (#1500)
|
||||||
* Remove dep used for local testing
|
* Remove dep used for local testing
|
||||||
|
* Bump jackson & logback versions
|
||||||
|
|
Loading…
Reference in New Issue