diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-20 13:17:22 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-20 13:17:22 (GMT) |
commit | a898a518d0cc458070db9a5e68d1f5cf14b900e1 (patch) | |
tree | 4361b2800e357969c696714a82220a3fb9278a70 /RELEASE_NOTES | |
parent | 98530546c92294c6effb4b88b12bd3adc86d7c40 (diff) | |
parent | 3647f2ebee7df8463ff6af77023e926729931a1a (diff) |
Merge branch 'master' into visitortests
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 a6a0855..aaeddb1 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -12,6 +12,7 @@ o if() and else() can now take any value type as parameter. false, 0, empty stri o Strings can now be lexographically compared using the <, <=, >, >= operators o The version() function will return the OpenSCAD version as a vector, e.g. [2011, 09] o The version_num() function will return the OpenSCAD version as a number, e.g. 20110923 +o Added PI constant. Bugfixes: o square() crashed if any of the dimensions were zero @@ -26,6 +27,7 @@ o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. o The file, layer, origin and scale parameters to linear_extrude() and rotate_extrude() are now deprecated. Use an import() child instead. o import_dxf(), import_stl() and import_off() are now deprecated. Use import() instead. +o When exporting geometry from the cmd-line, use the universal -o option. It will export to the correct file format based on the given suffix (dxf, stl, off). OpenSCAD 2011.06 ================ |