Skip to content

Commit

Permalink
Prepare changelog for 2.120 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Aug 13, 2024
1 parent f818352 commit cfceb35
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.12.0] - 2024-08-13

### Fix

- Fixes potential crash of `ConstrainedDelaunayTriangulation::add_constraint_and_split`. This could
only happen in rare situations if a newly inserted split point would lie very close to other vertices or edges of the
triangulation. See #111
- **Potentially breaking**: `Triangulation::locate`, `Triangulation::locate_with_hint`,
`Triangulation::locate_vertex` and `Triangulation::locate_and_remove` will all panic if called with a position with a
`NAN` coordinate. The previous behavior was inconsistent - the methods would either crash or return a nonsensical
result.

## [2.11.0] - 2024-08-03

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

Initial commit

[2.12.0]: https://github.com/Stoeoef/spade/compare/v2.11.0...v2.12.0

[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
Expand Down

0 comments on commit cfceb35

Please sign in to comment.