diff options
author | Marius Kintel <marius@kintel.net> | 2013-04-09 05:04:22 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-04-09 05:04:22 (GMT) |
commit | 2018a1fb6ae6ee65b79dfc96328945045baab753 (patch) | |
tree | 95ddc2bfc796b8a3882eb8d63561127c2460070b /RELEASE_NOTES | |
parent | a37813a8999571f4b9235f33fdc7c22bcbe5fd17 (diff) |
Added latest fixes
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d912be4..c729e6e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,6 +2,7 @@ OpenSCAD 2013.XX ================ Features: +o Recursive modules and functions is now supported (including cascading child() operations) o Console output is now enabled on Windows through the openscad.com executable o Added basic syntax highlighting in the editor o Mac: Added document icon @@ -12,6 +13,7 @@ o Regression test now creates single monolithic .html file for easier uploading o value reassignment is now less strict Bugfixes: +o Importing files is now always relative to the importing script, also for libraries o OpenCSG rendering sometimes crashed when rendering large models o We didn't always print a warning when CSG normalization created too many elements o Binary STLs can now be read on big endian architectures |