Skip to content

Commit

Permalink
CHANGELOG: slice and projection(cut=true)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jan 6, 2024
1 parent 5888bb4 commit 2661778
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Version [next](https://github.com/Haskell-Things/ImplicitCAD/compare/v0.4.1.0...master) (202Y-MM-DD)

* ExtOpenScad interface changes
* Added `projection(cut=true)` support [#448](https://github.com/Haskell-Things/ImplicitCAD/pull/448)

* Haskell interface changes
* `extrude` arguments are now swapped, instead of `extrude obj height` we now have `extrude height obj` [#473](https://github.com/Haskell-Things/ImplicitCAD/issues/473)
* Added `slice` primitive [#448](https://github.com/Haskell-Things/ImplicitCAD/pull/448)

* Other changes
* Fixing `shell` so that it doesn't increase the outside dimentions of objects.
Expand Down

0 comments on commit 2661778

Please sign in to comment.