From efa3fe49f7847f1829ec3cfa586c1c925bb9d941 Mon Sep 17 00:00:00 2001 From: Stefan Altmayer Date: Thu, 25 Jul 2024 19:23:01 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d12a3c3..b82f1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.10.0] - 2024-07-25 + +### Added + +- Added basic `mint` support via the `mint` feature +- Implements `Triangulation::get_vertex(FixedVertexHandle)` (See #106) + +### Fix + +- Fixes potential crash when inserting / locating vertices (See #107) + ## [2.9.0] - 2024-06-14 ### Added @@ -436,7 +447,9 @@ A lot has changed for the 1.0. release, only larger changes are shown. Initial commit -[2.8.0]: https://github.com/Stoeoef/spade/compare/v2.8.0...v2.9.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 [2.8.0]: https://github.com/Stoeoef/spade/compare/v2.7.0...v2.8.0