commit c5ea4242b19db00fb7600d1ed37c58c7e82ad200
parent dc8480d36df85762a7c85546cbc38a478f7d8684
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 23 Jan 2023 16:41:52 +0100
Add Release notes for release 0.2
Diffstat:
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -22,6 +22,14 @@ project from the `cmake/CMakeLists.txt` file by appending to the
## Release notes
+### Version 0.2
+
+- Switch Clipper library to Clipper2. This increases requirements on compiler to
+ C++17.
+- Allow complex polygons (polygons with multiple components, defining holes).
+- Add a function to offset polygons.
+- Make constraints on coordinates explicit: limited range and limited precision.
+
### Version 0.1.3
- Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has
@@ -40,7 +48,7 @@ Update the version of the RSys dependency to 0.6: replace the deprecated
## License
-Copyright (C) 2016-2018, 2021 |Meso|Star> (<contact@meso-star.com>).
+Copyright (C) 2016-2018, 2021 |Meso|Star> (<contact@meso-star.com>).
Star-CliPpeR is free software released under the GPL v3+ license: GNU GPL
version 3 or later. You are welcome to redistribute it under certain
conditions; refer to the COPYING file for details.