From 3020191b3489fc3ad39213af4f62cd526e49f7f5 Mon Sep 17 00:00:00 2001 From: brgcode Date: Wed, 5 Oct 2022 17:10:52 +0200 Subject: [PATCH] log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687a8035231..50973318c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added split operation to `compas_rhino.geometry.Brep`. * Added a `RhinoArtist` in `compas_rhino`. * Added a `RhinoArtist` in `compas_ghpython`. +* Added option to provide alternative location for the parent folder "McNeel", which is usually in `APPDATA` or `Application Support`. ### Changed