From 71d1fe0ba402c3561d9f4855117c211b7790be8a Mon Sep 17 00:00:00 2001 From: Ian Keough Date: Mon, 16 Nov 2020 15:17:24 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849014aa0..ce24992e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,11 @@ - `Elements.ContentElement` - This new class represents a piece of content meant to be instanced throughout a model. - The ContentElement is also added to the model by first checking for an available gltf, and then using a bounding box representation as a fallback. - `Transform.Scaled()` - This new method returns a scaled copy of the transform, allowing for a fluent like api. -- `Elements.Geometry.CSG` - Union, difference, and intersect csg created from solids or meshes. - `Transform.Moved(...)` - Return a copy of a transform moved by the specified amount. - `Transform.Concatenated(...)` - Return a copy of a transform with the specified transform concatenated with it. - `IHasOpenings.AddOpening(...)` - `AddOpening` provides an API which hides the internals of creating openings. - `Opening.DepthFront` & `Opening.DepthBack` enable the creation of openings which extrude different amounts above and below their XY plane. +- Solid operations which have `IsVoid=true` now use csg operations. ### Changed - Updated ImageSharp to 1.0.0. @@ -21,14 +21,16 @@ - `Opening.Profile` is now deprecated. Please use `Opening.Perimeter`. - `Polygon.Normal()` has been moved to the base class `Polyline.Normal()`. -### Fixed- -- Fixed #407. -- Fixed #416. -- Fixed #417. -- Fixed #322. +### Fixed - Fixed #313. +- Fixed #322. - Fixed #342. - Fixed #392. +- Fixed #407. +- Fixed #408 +- Fixed #416. +- Fixed #417. +- Fixed #441 ## 0.7.3 ### Fixed