Skip to content

Commit 58447f8

Browse files
authored
Merge pull request #1256 from CadQuery/changelog
Fixed simple mistake in changelog that was brought up on Discord
2 parents 4d53aca + 3071679 commit 58447f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changes
88
* New constraint types were added to use with the Assembly solver.
99

1010
### Breaking changes
11-
* 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.
11+
* 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.
1212
* 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)
1313
* `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.
1414

0 commit comments

Comments
 (0)