diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-08 00:34:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-08 00:34:09 (GMT) |
commit | ecb25a3d4606bae8548ec0e9a9d9d1b0a722321d (patch) | |
tree | 466b8eb2c3d430c66b9ecadecd286d8b6fb04d9f /RELEASE_NOTES | |
parent | e6e04d89db4314054111842b5a8ee27928a774a4 (diff) |
sync
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5f529bb..eca6813 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,9 +1,16 @@ OpenSCAD 20xx.yy ================ +Features: +o The MCAD library is now bundled with OpenSCAD +o Added import and export of the OFF file format +o New import() statement reads the correct file format based on the filename extension + (.stl, .dxf and .off is supported) + Bugfixes: o square() crashed if any of the dimensions were zero o Flush Caches didn't flush cached USE'd modules +o STL export should be a bit more robust Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. |