diff --git a/changes.md b/changes.md index f97825c..f39d829 100644 --- a/changes.md +++ b/changes.md @@ -62,3 +62,4 @@ v0.3.0 (Unreleased) * Fixed a bug with the close function not resetting the first point of the context correctly (thanks @huskier) * Fixed the findSolid function so that it handles compounds #107 * Changed the polyline function so that it adds edges to the stack instead of a wire #102 + * Add the ability to find the center of the bounding box, rather than the center of mass (thanks @huskier)