From bdfb450ba9c39e7c11b1566cb91a73921e6bf997 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 3 Mar 2015 22:08:52 -0500 Subject: [PATCH] Updated changes.md with latest 0.1.8 happenings. --- changes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 446ea0c..664c0a5 100644 --- a/changes.md +++ b/changes.md @@ -14,7 +14,7 @@ v0.1.7 ----- * Added revolve operation and supporting tests * Fixed minor documentation errors - + v0.1.8 (Unreleased) ----- * Added toFreecad() function as a convenience for val().wrapped @@ -24,3 +24,9 @@ v0.1.8 (Unreleased) * Added/fixed Mac OS support * Improved STEP import * Fixed bug in rotateAboutCenter that negated its effect on solids + * Added Travis config (thanks @krasin) + * Removed redundant workplane.py file left over from the PParts.com migration + * Fixed toWorldCoordinates bug in moveTo (thanks @xix-xeaon) + * Added new tests for 2D drawing functions + * Integrated Coveralls.io, with a badge in README.md + * Integrated version badge in README.md