1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00
This commit is contained in:
Justin Lin 2021-02-18 10:49:33 +08:00
parent 672ae4e25c
commit 45b9a18ef2

View File

@ -5,6 +5,7 @@ to_do:
dotSCAD 3.0 Dev
- `function_grapher`: delete `slicing` parameter. Improve `"LINES"``"HULL_LINES"` performance.
- `hull_polyline3d`: Rename the parameter `thickness` to `diameter`.
- `util/sort`: `by` accepts a function literal.
- `util/bsearch`: only supports `sorted` and `target` parameters. I view it as a new function.
- `util/dedup`: add the `eq` parameter.