Merge pull request #834 from hapifhir/gg-202206-release

set up release
This commit is contained in:
Grahame Grieve 2022-06-08 16:19:25 +10:00 committed by GitHub
commit 506238fe55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
## Validator Changes ## Validator Changes
* no changes * Clean up the -extension parameter - make implementation conistent with documentation
* Stop auto-converting parameters to strings for string functions e.g. .length() in the FHIRPath engine
* Add parameter -implicit-fhirpath-string-conversions for old FHIRPath string conversion functionality
## Other code changes ## Other code changes
* no changes * Fix NPE counting descendents when validating
* Fix bug processing invalid HTTP response