Update release_notes authored by Rémy Mozul's avatar Rémy Mozul
......@@ -4,6 +4,7 @@ This page aims at keeping major information regarding the changes of function na
the different versions of LMGC90.
This is not release notes 'stricto sensu'.
* [2021->2022](#2022)
* [2020->2021](#2021)
* [2019->2020](#2020)
* [2018->2019](#2019)
......@@ -11,6 +12,20 @@ This is not release notes 'stricto sensu'.
* [2016->2017](#2017)
* [2015->2016](#2016)
## <a name=2022> version 2022 ##
* General fix in Core, API, build process and documentation
* Add `computation` macro submodule to provide the functions
* `initialize`
* `initialize_non_linear`
* `compute_one_step`
* `compute_one_step_non_linear`
* Add new matlib version (2021-1)
* Remove oldest matlib
* Read material file directly from matlib
* Use `density` as a field for `mecaMAILx` with matlib
* Specify field dependency to a parameter with a file
## <a name=2021> version 2021 ##
* General fix in Core, API and documentation
......
......