From b23eb56394a1a25c277099e145ccb5fa50a09009 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 16 Sep 2015 23:38:54 -0400 Subject: [PATCH] Update changes.md --- changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes.md b/changes.md index 4f5d124..2eb4c54 100644 --- a/changes.md +++ b/changes.md @@ -50,6 +50,7 @@ v0.2.0 * 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 +v0.3.0 (Unreleased) ----- * Fixed a bug where clean() could not be called on appropriate objects other than solids (thanks @hyOzd) #108 + * Implemented new selectors that allow existing selectors to be combined with arithmetic/boolean operations. (thanks @hyOzd) #110