Skip to content

Commit 013138f

Browse files
committed
clean up
1 parent 786d4d5 commit 013138f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
* Add abstract methods to `compas_rhino.artists.volmeshartist`.
13-
1412
* Added `compas.geometry.Curve` and `compas.geometry.NurbsCurve`.
1513
* Added `compas.geometry.Surface` and `compas.geometry.NurbsSurface`.
1614
* Added pluggables for `compas.geometry.NurbsCurve.__new__`, `compas.geometry.NurbsCurve.from_parameters`, `compas.geometry.NurbsCurve.from_points`, `compas.geometry.NurbsCurve.from_interpolation`, `compas.geometry.NurbsCurve.from_step`.
1715
* Added pluggables for `compas.geometry.NurbsSurface.__new__`, `compas.geometry.NurbsSurface.from_parameters`, `compas.geometry.NurbsSurface.from_points`, `compas.geometry.NurbsSurface.from_fill`, `compas.geometry.NurbsSurface.from_step`.
16+
* Added missing implementations for abstract clear methods of `compas_rhino.artists.volmeshartist`.
1817

1918
### Changed
2019

0 commit comments

Comments
 (0)