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