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)