From 5d9217cf7a913f3f9a0d6537811ae37b5262e095 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 18 Sep 2015 08:13:09 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index f72b3e4..0782a43 100644 --- a/changes.md +++ b/changes.md @@ -56,3 +56,4 @@ v0.3.0 (Unreleased) * Implemented new selectors that allow existing selectors to be combined with arithmetic/boolean operations. (thanks @hyOzd) #110 * Fixed a bug where only 1 random edge was returned with multiple min/max selector matches (thanks @hyOzd) #111 * Implemented the creation of a workplane from multiple co-planar faces (thanks @hyOzd) #113 + * Fixed the operation of Center() when called on a compound with multiple solids.