Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeough authored Nov 16, 2020
1 parent 67684ba commit 71d1fe0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 71d1fe0

Please sign in to comment.