Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jul 7, 2023
1 parent 957ab3e commit 6144d0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* Loader: update SPDX code system in R4/R4B for support for not-open-source
* Version Conversion: Fix up type handling for conversions between R4/R4B and R5 (OperationDefinition fix)
* Validator: Fixes for validating against logical models (for fixed up CDA core package)
* Validator: Better testing of extension context (when limited to profile)
* Validator: Report hints and warnings on some code validation that had been not reported
* Validator: Better validation of valuesets when checking derived profiles
* Renderer: Render reference identifier if there is one when rendering references
* Renderer: Hide empty place holder column when rendering by profile
* Renderer: Fix npe rendering extensions + improve base64 presentation
* Renderer: Fix Fix NPE rendering extensions
* CLI: fix confluence link
* Publication Process: fix issue with relative path
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>1.3.23-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.0.21-SNAPSHOT</core_version>
<core_version>6.0.21</core_version>
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
<apache_poi_version>5.2.1</apache_poi_version>
<okhttp.version>4.10.0</okhttp.version>
Expand Down

0 comments on commit 6144d0f

Please sign in to comment.