Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jun 28, 2023
1 parent 7e0bf26 commit ba6c7e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* Loader: add EU support
* Loader: Update SPDX code system to latest version
* Loader: Better error when handling loading resources
* Snapshot Generator: fix duplicate element generation in CDA.AD type snapshot generation
* Snapshot Generator: Fix bug with erroneous warning in snapshot generation about profile not being found
* Validator: Fix check for correct type name use in logical models (for CDA)
* Validator: Fix NPE processing R3 Structure Definitions
* Validator: exempt ele-1 from constraint consistency checking
* Validator: fix missing error validating structure maps
* Renderer: Fix message about rendering problem. Actual solution... not sure.
* Renderer: Fix for extensions with profiles in their expression
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.19-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.0.17-SNAPSHOT</core_version>
<core_version>6.0.17</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 ba6c7e2

Please sign in to comment.