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)