Skip to content

Commit 00e37e8

Browse files
committed
Update CHANGELOG.md
1 parent 22dd277 commit 00e37e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
174174
* Changed `compas.datastructures.Graph.delete_edge` to delete invalid (u, u) edges and not delete edges in opposite directions (v, u)
175175
* Fixed bug in `compas.datastructures.Mesh.insert_vertex`.
176176
* Fixed bug in `compas.geometry.angle_vectors_signed`.
177+
* Changed internal _plane storage of the `compas.datastructures.Halfface` from `_plane[u][v][w]` to `_plane[u][v][fkey]`
177178

178179
### Removed
179180

0 commit comments

Comments
 (0)