Update changes.md

This commit is contained in:
Jeremy Wright 2015-11-23 07:35:29 -05:00
parent b4b1f4251c
commit db3102ff1a

View File

@ -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)