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)