@@ -9,11 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ ### Changed
13+
14+ ### Removed
15+
16+ ## [ 2.0.0-beta.4] 2024-01-26
17+
18+ ### Added
19+
1220* Added ` compas_rhino.objects ` .
1321* Added ` compas_rhino.layers ` .
1422* Added ` compas_rhino.install_with_pip ` .
1523* Added ` before_draw ` pluggable to ` compas.scene.Scene.draw ` .
1624* Added ` after_draw ` pluggable to ` compas.scene.Scene.draw ` .
25+ * Added description in tutorial about ` compas.scene.context ` .
26+ * Added ` compas_blender.data ` .
27+ * Added ` compas_blender.collections ` .
28+ * Added ` compas_blender.objects ` .
29+ * Added ` compas_rhino.ui ` .
30+ * Added ` compas_rhino.unload_modules ` .
31+ * Added ` compas_ghpython.unload_modules ` .
32+ * Added ` compas_ghpython.sets ` .
33+ * Added ` compas_ghpython.timer ` .
1734
1835### Changed
1936
@@ -29,6 +46,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2946* Removed ` compas_blender.geometry.curves ` .
3047* Removed ` compas_rhino.utilities.objects ` .
3148* Removed ` compas_rhino.utilities.layers ` .
49+ * Removed ` compas_rhino.utilities.constructors ` .
50+ * Removed ` compas_rhino.utilities.document ` .
51+ * Removed ` compas_rhino.utilities.geometry ` .
52+ * Removed ` compas_rhino.utilities.misc ` .
53+ * Removed ` compas_blender.utilities.data ` .
54+ * Removed ` compas_blender.utilities.collections ` .
55+ * Removed ` compas_blender.utilities.objects ` .
56+ * Removed ` compas_ghpython.utilities.sets ` .
57+ * Removed ` compas_ghpython.utilities.timer ` .
3258
3359## [ 2.0.0-beta.3] 2024-01-19
3460
0 commit comments