1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

update RELEASE

This commit is contained in:
Justin Lin
2019-06-17 20:18:45 +08:00
parent 299b3869fd
commit 8ceae06645

View File

@@ -2,7 +2,7 @@
# v1.3.2
- All-in-one source file.
- You can use `include <dotSCAD.scad>;` or `use <dotSCAD.scad>;` if you don't want to care about dependencies.
- You can use `include <dotSCAD.scad>;` or `use <dotSCAD.scad>;` if you really don't want to care about dependencies.
- Bugfixes
- `along_with`: Wrong variable scope.