release
This commit is contained in:
parent
68082e1e01
commit
ff88c4a91f
|
@ -1,7 +1,19 @@
|
||||||
## Validator Changes
|
## Validator Changes
|
||||||
|
|
||||||
* no changes
|
* Fix issue validating codes with + in them
|
||||||
|
* Fix (well, hack) R4 vital signs issue with component units
|
||||||
|
|
||||||
|
## WHO I18n Project
|
||||||
|
|
||||||
|
* QA on i18n constants - remove spurious entries, add anything missing
|
||||||
|
* Remove test case for i18n coverage
|
||||||
|
* Generate properties translation files without blank entries
|
||||||
|
* Add transifex configuration
|
||||||
|
* Fix up .po file generation so that POEdit is supported, and remove duplicate constants (#1592)
|
||||||
|
* Most strings translated to Dutch, unchecked.
|
||||||
|
* Add utility to infer locale from region code
|
||||||
|
|
||||||
## Other code changes
|
## Other code changes
|
||||||
|
|
||||||
* no changes
|
* Remove Accept-Charset header
|
||||||
|
* Fix typos around CODESYSTEM_CONTENT_COMPLETE
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -21,7 +21,7 @@
|
||||||
<commons_compress_version>1.26.0</commons_compress_version>
|
<commons_compress_version>1.26.0</commons_compress_version>
|
||||||
<guava_version>32.0.1-jre</guava_version>
|
<guava_version>32.0.1-jre</guava_version>
|
||||||
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
<hapi_fhir_version>6.4.1</hapi_fhir_version>
|
||||||
<validator_test_case_version>1.5.10-SNAPSHOT</validator_test_case_version>
|
<validator_test_case_version>1.5.10</validator_test_case_version>
|
||||||
<jackson_version>2.17.0</jackson_version>
|
<jackson_version>2.17.0</jackson_version>
|
||||||
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
<junit_jupiter_version>5.9.2</junit_jupiter_version>
|
||||||
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
|
||||||
|
|
Loading…
Reference in New Issue