Skip to content

Commit f13b2bd

Browse files
committed
changelog
1 parent 67d1481 commit f13b2bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
* Changed and updated the `compas_view2` examples into `compas_viewer`.
1515
* Changed `compas.scene.Scene` to inherent from `compas.datastructrues.Tree`.
1616
* Changed `compas.scene.SceneObject` to inherent from `compas.datastructrues.TreeNode`.
17+
* Changed `compas.datastructures.Tree.print_hierarchy` to `compas.datastructures.Tree.__str__`.
1718

1819
### Removed
1920

2021
* Removed `compas.scene.SceneObjectNode`, functionalities merged into `compas.scene.SceneObject`.
2122
* Removed `compas.scene.SceneTree`, functionalities merged into `compas.scene.Scene`.
23+
* Removed `compas.datastructures.Tree.print_hierarchy`.
2224

2325

2426
## [2.1.0] 2024-03-01

0 commit comments

Comments
 (0)