Skip to content

Commit

Permalink
Updates CHANGELOG for 2.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Aug 3, 2024
1 parent afcb6aa commit 72edca0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.11.0] - 2024-08-03

### Added

- Added `ConstrainedDelaunayTriangulation::remove_constraint_edge(edge)`

### Fix

- Fixes potential crash when using `ConstrainedDelaunayTriangulation::add_constraint_and_split`. See #109

## [2.10.0] - 2024-07-25

### Added
Expand Down Expand Up @@ -447,6 +457,8 @@ A lot has changed for the 1.0. release, only larger changes are shown.

Initial commit

[2.11.0]: https://github.com/Stoeoef/spade/compare/v2.10.0...v2.11.0

[2.10.0]: https://github.com/Stoeoef/spade/compare/v2.9.0...v2.10.0

[2.9.0]: https://github.com/Stoeoef/spade/compare/v2.8.0...v2.9.0
Expand Down

0 comments on commit 72edca0

Please sign in to comment.