Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drlukeparry committed Nov 12, 2023
1 parent 32e5bed commit 58688b0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58688b0

Please sign in to comment.