From 9e7cb277d2f050a723d6c878dd7dee0188f73e49 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 12 Jun 2015 14:27:25 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 8e00d3c..c492797 100644 --- a/changes.md +++ b/changes.md @@ -41,3 +41,4 @@ v0.2.0 (Unreleased) * Fixed FreeCAD import error on Arch Linux (thanks @moeb) * Made FreeCAD import report import error instead of silently failing (thanks @moeb) * Added ruled option for the loft operation (thanks @hyOzd) + * Fixed close() not working in planes other than XY (thanks @hyOzd)