From df9e0cd81ddef378cbc4d8afb27c6b673627f669 Mon Sep 17 00:00:00 2001 From: Tristan Roussillon Date: Thu, 19 Sep 2024 17:33:16 +0200 Subject: [PATCH] changelog updated --- ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4d01f5694a..fb39f511ff 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,12 @@ # DGtal 1.5beta +## New features + +- *Geometry* + - Implementation of the plane-probing L-algorithm (Tristan Roussillon, [#1744](https://github.com/DGtal-team/DGtal/pull/1744)) + ## Bug fixes + - *Geometry* - Bug fix in ArithmeticalDSSComputerOnSurfels (Tristan Roussillon, [#1742](https://github.com/DGtal-team/DGtal/pull/1742))