From 57d34f99902dfbef56eef276c75981ebddf18f44 Mon Sep 17 00:00:00 2001 From: Chen Kasirer Date: Wed, 14 Aug 2024 17:13:05 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a4ecdfeb2..0ecffde6d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Changed `compas_rhino.objects.get_polyline_coordinates` to deprecated (removed in v2.3). * Changed `compas_rhino.objects.get_polygon_coordinates` to deprecated (removed in v2.3). * Fixed a bug in `worldtransformation` of `compas.scene.SceneObject` to include the object's own frame. +* `compas_rhino.install` with no version specified installs to all available versions of Rhino. +* `compas_rhino.install` installs to IronPython, IronPython (Old) and CPython environments. ### Removed