Skip to content

Commit

Permalink
Update release-notes.md
Browse files Browse the repository at this point in the history
Some highlights added
  • Loading branch information
ewoutkramer authored Jul 27, 2023
1 parent 05d7a90 commit af396b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Intro:
In this release we have a couple of new additions:
Highlights of this new release:

- The ```MultiTerminologyService``` has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
- The `MultiTerminologyService` has been extended with a routing mechanism, so you can customize which ValueSets should be handled by which service.
- The FhirDateTime, Date and Time types now avoid re-parsing their values for every operation, increasing their performance dramatically.
- Resources now implement `IIdentifiable` and `ICoded` for easy polymorphic access to the identifiers and codes in a resource. See https://docs.fire.ly/projects/Firely-NET-SDK/model/other-features.html.
- Work has been done to use the SDK's POCO's in the upcoming .NET CQL engine.

0 comments on commit af396b3

Please sign in to comment.