Skip to content

Commit 6c37fc2

Browse files
committed
deprecation warnings
1 parent 773c5fb commit 6c37fc2

File tree

2 files changed

+212
-179
lines changed

2 files changed

+212
-179
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5858
* Changed `compas_rhino.conversions.curves.curve_to_compas_circle` to work only with geometry.
5959
* Changed `compas_rhino.conversions.curves.curve_to_compas_ellipse` to work only with geometry.
6060
* Changed `compas_rhino.conversions.curves.curve_to_compas_polyline` to work only with geometry.
61+
* Changed `compas_rhino.objects.get_point_coordinates` to deprecated (removed in v2.3).
62+
* Changed `compas_rhino.objects.get_line_coordinates` to deprecated (removed in v2.3).
63+
* Changed `compas_rhino.objects.get_polyline_coordinates` to deprecated (removed in v2.3).
64+
* Changed `compas_rhino.objects.get_polygon_coordinates` to deprecated (removed in v2.3).
6165

6266
### Removed
6367

0 commit comments

Comments
 (0)