Skip to content

Commit d6b6612

Browse files
committed
log
1 parent efb4afb commit d6b6612

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
* Added key conversion map to `compas.colors.ColorDict` to avoid serialisation problems with tuple keys when used in combination with edges.
13+
* Added `Scene.find_all_by_itemtype`.
1314

1415
### Changed
1516

1617
* Fixed bug in `VolMesh.delete_cell`.
1718
* Fixed `NoneType` error when calling `compas.geometry.Sphere.edges`.
19+
* Fixed bug in `VolMesh.vertex_halffaces`.
20+
* Fixed bug in `VolMesh.vertex_cells`.
21+
* Fixed bug in `VolMesh.is_halfface_on_boundary`.
1822

1923

2024
### Removed

0 commit comments

Comments
 (0)