commit 0525b0acc8f6f68f2d8e33fd014bfbe96cd93100
parent 2d3ea5745377ce512b28c006a3c9119dde30a284
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 9 Jan 2023 11:56:34 +0100
Write release notes from version 0.0.1 to version 0.0.4
Diffstat:
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -20,6 +20,27 @@ resulting project can be edited, built, tested and installed as any CMake
project. Refer to the [CMake](https://cmake.org/documentation) for further
informations on CMake.
+## Release notes
+
+### Version 0.0.4
+
+Use scdoc rather than asciidoc as file format for man sources.
+
+### Version 0.0.3
+
+Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become
+obsolete.
+
+### Version 0.0.2
+
+Fix compilation warnings when using the NetCDF library in version 4.4.0.
+
+### Version 0.0.1
+
+- Fix compilation errors when using the NetCDF library in version 4.4.0.
+- Minor correction of linear interpolation: the interpolation parameter was not
+ correctly truncated between [0,1] in order to handle numerical inaccuracy.
+
## Copyright
Copyright (C) 2018, 2020-2022 [|Meso|Star](http://www.meso-star.com) (<contact@meso-star.com>)