fix: #555 Add release note
This commit is contained in:
parent
daaa027f66
commit
a90d8cb169
|
@ -1,6 +1,7 @@
|
|||
* Conversion context added to conversions process
|
||||
* Users can now define custom behavior for CodeSystems, Extensions, BundleEntries, and Types by extending BaseAdvisor.
|
||||
* Resource Conversions are now thread-safe, each using their own instance of the conversion context that is unique
|
||||
* ConversionFactory classes are statically accessed, to minimize changes downstream
|
||||
* I need to add more tests, there were very few to begin with, and it's my next task
|
||||
* All conversion libraries and no play makes Mark a dull boy
|
||||
* Differential element fields minValue/maxValue are now correctly treated in the snapshot generation process
|
||||
* Conversion context added to conversions process
|
||||
* Users can now define custom behavior for CodeSystems, Extensions, BundleEntries, and Types by extending BaseAdvisor.
|
||||
* Resource Conversions are now thread-safe, each using their own instance of the conversion context that is unique
|
||||
* ConversionFactory classes are statically accessed, to minimize changes downstream
|
||||
* I need to add more tests, there were very few to begin with, and it's my next task
|
||||
* All conversion libraries and no play makes Mark a dull boy
|
||||
|
|
Loading…
Reference in New Issue