diff --git a/ChangeLog b/ChangeLog index 867e59f0f..75b69fdeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Mon Dec 09 2024 Łukasz Stolarczuk + + * Version 0.10.0 + + In this release we introduced updates in several areas, listed below. + We still don't yet guarantee a fully stable API, though. + With new parameters' API we broke the compatibility, as we no longer + support direct access to UMF params via (now internal) structures. + + Significant updates: + - updated Level Zero Provider + - new API to handle UMF parameters (replacing previous struct's) + - extended IPC API testing + - new Memtarget and Memspace API + + Minor updates: + - multiple fixes in the source code + - extended code coverage reporting + - improved CI and testing + - new examples + - extended logging + - yet more fixes in the building system + Thu Sep 12 2024 Łukasz Stolarczuk * Version 0.9.0