Skip to content

Commit 6836cfd

Browse files
committed
log
1 parent d47847a commit 6836cfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Changed
1616

17+
* Changed constructor plugin `compas.geometry.curves.new_curve` to use `super(Curve, cls)` (otherwise it doesn't work).
18+
* Changed constructor plugin `compas.geometry.curves.new_nurbscurve` to use `super(NurbsCurve, cls)` (otherwise it doesn't work).
19+
1720
### Removed
1821

1922

0 commit comments

Comments
 (0)