From 552cc313aef5af0200d3c4db820a0545fcf0c34b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 12 Oct 2015 08:42:13 -0400 Subject: [PATCH] Update changes.md --- changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.md b/changes.md index 17fffd1..266f244 100644 --- a/changes.md +++ b/changes.md @@ -59,3 +59,4 @@ v0.3.0 (Unreleased) * Fixed the operation of Center() when called on a compound with multiple solids * 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)