1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-20 21:41:41 +02:00

update RLEASE

This commit is contained in:
Justin Lin
2019-06-17 20:14:59 +08:00
parent a851ee6bb7
commit 919ae2f158

View File

@@ -1,5 +1,12 @@
> Version numbers are based on [Semantic Versioning](https://semver.org/).
# v1.3.2
- All-in-one source code
- You can use `include <dotSCAD.scad>;` or `use <dotSCAD.scad>;` if you don't want to care about dependencies.
- Bugfixes
- `along_with`: Wrong variable scope.
# v1.3.1
- Bugfixes
- `in_polyline`: Wrong parameter name.