From 90ca29a2ff6f85e309c74f2156810715195ea1f6 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 15 May 2015 08:13:54 -0400 Subject: [PATCH] Updates to changelog --- changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes.md b/changes.md index 77456e4..2445102 100644 --- a/changes.md +++ b/changes.md @@ -38,3 +38,5 @@ v0.1.9 (Unreleased) * Added CQ.sphere operation that mirrors CQ.box * Updated copyright dates * Cleaned up spelling and misc errors in docstrings + * Fixed FreeCAD import error on Arch Linux (thanks @moeb) + * Made FreeCAD import report import error instead of silently failing (thanks @moeb)