From 50ed91b71c8f316cf5a4f77a25d5797b846baccb Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 17 Sep 2015 16:34:44 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index ff25e0f..f72b3e4 100644 --- a/changes.md +++ b/changes.md @@ -55,3 +55,4 @@ v0.3.0 (Unreleased) * Fixed a bug where clean() could not be called on appropriate objects other than solids (thanks @hyOzd) #108 * 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