From 459c7080171cf023d95456378ec715664adb9b13 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 12 Oct 2015 14:08:01 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 266f244..12bae33 100644 --- a/changes.md +++ b/changes.md @@ -60,3 +60,4 @@ v0.3.0 (Unreleased) * Add the named planes ZX YX ZY to define different normals (thanks @galou) #115 * Code cleanup in accordance with PEP 8 (thanks @galou) * Fixed a bug with the close function not resetting the first point of the context correctly (thanks @huskier) + * Fixed the findSolid function so that it handles compounds #107