From c20a6afbfc8f0b5395bd02122498b2c626a15a0a Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 1 Sep 2015 15:40:17 -0400 Subject: [PATCH] Update changes.md --- changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes.md b/changes.md index c85e48c..4f5d124 100644 --- a/changes.md +++ b/changes.md @@ -49,3 +49,7 @@ v0.2.0 * Increased test coverage * Added a clean function to keep some operations from failing on solids that need simplified (thanks @hyOzd) * Added a mention of the new Google Group to the readme + +v0.3.0 +----- + * Fixed a bug where clean() could not be called on appropriate objects other than solids (thanks @hyOzd) #108