From 3d6425279870784450b87b1d7cabe53861a089a0 Mon Sep 17 00:00:00 2001 From: Nicolas Mellado Date: Wed, 10 Jul 2024 20:40:20 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 752ba92d..7f5855c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ Current head (v.1.3 RC) - Bug-fixes and code improvements - [all] Limit explicit use of exceptions and adapt to compilation mode (#135) - [fitting] Fix MeanNormal and MeanNormalDer classes for mean normal vector derivatives computation (#136) + - [fitting] Fix bad design where public barycenter() function was expressed in local coordinate (#141) - Docs - [spatialPartitioning] Update KdTree docs to reflect the kdtree API refactor (#129)