Skip to content

Commit

Permalink
Update CHANGELOG for 2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Dec 26, 2023
1 parent 20a9144 commit cbead4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5.0] - yyyy-mm-dd
## [2.5.0] - 2023-12-26

### Added
- Implements natural neighbor interpolation. See type `NaturalNeighbor` for more on this!
Expand All @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixes panic during refinement due to rounding errors (see #96)
- Inserting a vertex onto a constraint edge of a degenerate CDT would not create a new constraint edge.

## [2.4] - 2023-11-19
## [2.4.0] - 2023-11-19

### Added
- Implements Delaunay refinement: Adds `ConstrainedDelaunayTriangulation::refine`, along with `RefinementParameters` to modify the refinement behavior.
Expand Down Expand Up @@ -297,6 +297,8 @@ A lot has changed for the 1.0. release, only larger changes are shown.
## 0.1.0 - 2016-09-23
Initial commit

[2.5.0]: https://github.com/Stoeoef/spade/compare/v2.4.1...v2.5.0

[2.4.1]: https://github.com/Stoeoef/spade/compare/v2.4.0...v2.4.1

[2.4.0]: https://github.com/Stoeoef/spade/compare/v2.3.1...v2.4.0
Expand Down

0 comments on commit cbead4e

Please sign in to comment.