From bb560f6d00b1db30cd0c1eac0a054627a2deeb8d 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 38d11d64b52..940b306fcc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,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