From 3dd15d9f78ec435a5f9156c9197c970539ddea08 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 29 Apr 2019 15:42:12 +0800 Subject: [PATCH] add RELEASE --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..eb50d221 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,6 @@ +# v1.0.1 +- Fixed `path_extrude` crossing problem. See [issue 3](https://github.com/JustinSDK/dotSCAD/issues/3). +- Fixed `along_with` crossing problems (similar to `path_extrude`.) + +# v1.0 +- First release. \ No newline at end of file