diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-23 23:20:00 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-23 23:20:00 (GMT) |
commit | 27389b0a574e870341d110a267fb2ad99a63fed6 (patch) | |
tree | 55dd269389c80171307a90862fd64263bd93ddb0 /RELEASE_NOTES | |
parent | 44d1436d47e3cc43dbca9c0378af3cdb2d475297 (diff) | |
parent | 803818e1065af3d459608c117af0132e82c39cb1 (diff) |
Merge remote-tracking branch 'upstream/visitortests' 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 ================ |