File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments