From 9511375c36637c0fd3e7d54b16d478dfc5cf460e Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 6 Oct 2015 10:50:18 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 0782a43..70b5c5e 100644 --- a/changes.md +++ b/changes.md @@ -57,3 +57,4 @@ v0.3.0 (Unreleased) * 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. + * Add the named planes ZX YX ZY to define different normals. (thanks @galou) #115