From 0d50a8f8c303a23b09d54a58f7ada732cb6d1a5a Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Mon, 22 Apr 2024 10:33:10 +0200 Subject: [PATCH] log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9dcdaab078..647ea2c660c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Changed and updated the `compas_view2` examples into `compas_viewer`. * Changed `compas.scene.Scene` to inherent from `compas.datastructrues.Tree`. * Changed `compas.scene.SceneObject` to inherent from `compas.datastructrues.TreeNode`. +* Changed to implementation of `Mesh.unify_cycles` to use the corresponding function of `compas.topology.orientation`. +* Fixed bug in `compas.topology.orientation.unify_cycles`. ### Removed