Skip to content

Commit

Permalink
Merge pull request #1256 from CadQuery/changelog
Browse files Browse the repository at this point in the history
Fixed simple mistake in changelog that was brought up on Discord
  • Loading branch information
jmwright authored Jan 31, 2023
2 parents 4d53aca + 3071679 commit 58447f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changes
* New constraint types were added to use with the Assembly solver.

### Breaking changes
* Renamed the argument for `Workplane.extrude` from `distance` to `until` and `Workplane.cutBlind`'s `distanceToCut` also to `until`. This is only a breaking change if you use the named parameters, i.e. `extrude(distance = 10.0)` or `cutBlind(distanceToCut)` instead of using positional them as positional parameters.
* Renamed the argument for `Workplane.extrude` from `distance` to `until` and `Workplane.cutBlind`'s `distanceToCut` also to `until`. This is only a breaking change if you use the named parameters, i.e. `extrude(distance = 10.0)` or `cutBlind(distanceToCut)` instead of using them as positional parameters.
* Fixed a bug in `Mixin1DProtocol.tangentAt()` where `paramAt()` was being called twice. This should only break scripts that relied on the incorrect behavior. [#641](https://github.com/CadQuery/cadquery/pull/641)
* `each` and `eachpoint` accept now `combine` argument defaulted to `True` [#954](https://github.com/CadQuery/cadquery/pull/954). This only affects use cases involving solids.

Expand Down

0 comments on commit 58447f8

Please sign in to comment.