From 58688b00939ddc7b834de3215ccbb0d7e7f93ace Mon Sep 17 00:00:00 2001 From: Luke Parry Date: Sun, 12 Nov 2023 21:36:28 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bc479..247e1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,21 @@ All notable changes to this project will be documented in this file. ### Changed -## [0.1.4] - 2023-10-20 +## [0.1.4] - 2023-11-12 -Update release for PyClipr +Update release for PyClipr and updated dependencies to ClipperLib2 v.1.2. and Eigen 3.4.0 - dependent on +the build system of Github. ### Added -- Include the build option for Python 3.12 on Windows and Mac Release +- Include the build option for Python 3.12 on Windows and Mac Release [8e84320de3f3c8d24840bcf031c518184385658b](https://github.com/drlukeparry/pyclipr/commit/8e84320de3f3c8d24840bcf031c518184385658b) +- Included examples for PyClipr usage in the examples folder [a8bf872d6ada88b97e4e7be634ce25bd8079d0f4](https://github.com/drlukeparry/pyclipr/commit/a8bf872d6ada88b97e4e7be634ce25bd8079d0f4) + +### Fixed ### Changed -- PyClipr.FillType has been changed to PyClipr.FillRule +- Update to BOOST license - permissive license for use in commercial applications - matching ClipperLib2 license - [300d5cf5df116d59877ebfe1de6a7a194728bce7](https://github.com/drlukeparry/pyclipr/commit/300d5cf5df116d59877ebfe1de6a7a194728bce7) +- `pyclipr.FillType` has been changed to pyclipr.FillRule for consistency with ClipperLib2 API - [978e4879a5bf9f8d0854fdd469868340efa38912](https://github.com/drlukeparry/pyclipr/commit/978e4879a5bf9f8d0854fdd469868340efa38912) +- Enumerations (`pyclipr.FillRule`, `pyclipr.EndType`, `pyclipr.JoinType`) have changed so their scope is restricted and not polluting global namespace [978e4879a5bf9f8d0854fdd469868340efa38912](https://github.com/drlukeparry/pyclipr/commit/978e4879a5bf9f8d0854fdd469868340efa38912) ## [0.1.0] - 2023-07-14