From d6b66128f8e590fa53028f6730a90290e91a0bfe Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Fri, 8 Nov 2024 13:50:21 +0100 Subject: [PATCH] log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1d0739839..b8cd0b21ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * Added key conversion map to `compas.colors.ColorDict` to avoid serialisation problems with tuple keys when used in combination with edges. +* Added `Scene.find_all_by_itemtype`. ### Changed * Fixed bug in `VolMesh.delete_cell`. * Fixed `NoneType` error when calling `compas.geometry.Sphere.edges`. +* Fixed bug in `VolMesh.vertex_halffaces`. +* Fixed bug in `VolMesh.vertex_cells`. +* Fixed bug in `VolMesh.is_halfface_on_boundary`. ### Removed