Skip to content

Commit d5354c2

Browse files
committed
clean up log
1 parent 0f83f35 commit d5354c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99

1010
### Added
11+
1112
* Added gltf extensions: `KHR_materials_transmission`, `KHR_materials_specular`, `KHR_materials_ior`, `KHR_materials_clearcoat`, `KHR_Texture_Transform`, `KHR_materials_pbrSpecularGlossiness`
1213
* Added `GLTFContent.check_extensions_texture_recursively`
1314
* Added `GLTFContent.get_node_by_name`, `GLTFContent.get_material_index_by_name`
1415
* Added `GLTFContent.add_material`, `GLTFContent.add_texture`, `GLTFContent.add_image`
15-
1616
* Added pluggable `Brep` support with `compas.geometry.brep`.
1717
* Added Rhino `Brep` plugin in `compas_rhino.geometry.brep`.
1818
* Added boolean operations to the `compas_rhino` `Brep` backend.
1919
* Added boolean operation operator overloads in `compas.geometry.Brep`
2020
* Added `format` task using `black` formatter.
21-
2221
* Added a `test_intersection_circle_circle_xy` in the `test_intersections`
2322
* Added split operation to `compas_rhino.geometry.Brep`.
2423

2524
### Changed
26-
* Based all gltf data classes on `BaseGLTFDataClass`
2725

26+
* Based all gltf data classes on `BaseGLTFDataClass`
2827
* Fixed `Color.__get___` AttributeError.
2928
* Fixed `cylinder_to_rhino` conversion to match `compas.geometry.Cylinder` location.
3029
* Changed linter to `black`.
3130
* Automatically trigger `invoke format` during `invoke release`.
32-
3331
* Fixed bug in `intersections.intersection_circle_circle_xy` where the Circle's Plane was accessed instead of the centre.
3432
* Fixed bug in `_core.tangent` where the Circle's Plane was accessed instead of the centre.
3533
* Fixed the `test_tangent` to work with a properly defined circle
34+
3635
### Removed
3736

3837

0 commit comments

Comments
 (0)