Skip to content

Commit 7902729

Browse files
FIX typo in changelog.
1 parent 042627c commit 7902729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
### Changed
2222

2323
* Changed `compas_model.elements.Element.compute_modeltransformation` to use only the stack of transformations of its ancestors. Each transformation in the stack defines the change from local to world coordinates of the corresponding element.
24-
* Changed `compas_model.models.Model.transformation` was point to frame instead of transformation.
25-
* Changed `compas_model.datastructures.kdtree` constructor was pointing to aabb point instead of element point.
24+
* Changed: `compas_model.models.Model.transformation` was incorrectly pointing to `_frame` instead of `transformation`.
25+
* Changed: `compas_model.datastructures.kdtree` constructor was incorrectly pointing to aabb point instead of element point.
2626

2727
### Removed
2828

0 commit comments

Comments
 (0)