-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2552 from FirelyTeam/ewoutkramer-patch-1
Update release-notes.md
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|