From db3102ff1af6215d07ae2d993e8ce3510652157b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 23 Nov 2015 07:35:29 -0500 Subject: [PATCH] Update changes.md --- changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index bfd05c7..e5d5b03 100644 --- a/changes.md +++ b/changes.md @@ -11,7 +11,7 @@ v0.2.0 * Updated the CadQuery library * Updated the PyQode libraries -v0.3.0 +v0.3.0 (Unreleased) ----- * Converted thickness setting to thickness boolean in the Lego brick example (thanks @galou) #59 * Improved parametric encosure (Ex023) example (thanks @galou) #61 @@ -19,3 +19,4 @@ v0.3.0 * Embedded CadQuery libarary as a git subtree to lessen maintainance issues * Embedded Pint library for units handling * Fixed version number in InitGui.py + * Added BoundingBox centerOption example (Ex030) (thanks @huskier)