From eccef9cc8db210acfccea6fcc3fd730d7947ea01 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 17 Sep 2015 10:20:18 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 2eb4c54..ff25e0f 100644 --- a/changes.md +++ b/changes.md @@ -54,3 +54,4 @@ 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 + * Fixed a bug where only 1 random edge was returned with multiple min/max selector matches (thanks @hyOzd) #111