diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 23:59:41 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 23:59:41 (GMT) |
commit | ba5b0ffc4e7d8f04f0899c3ba8986abb1baddcb7 (patch) | |
tree | e55e5bab68fcd69843eb6afdf582acbda7798849 /RELEASE_NOTES | |
parent | 0777597522984a6b253f34b2fe4f9e02160731f7 (diff) | |
parent | 58502a2c346d46e1240f32721e00b1ed6a65a324 (diff) |
Merge branch 'master' of https://github.com/openscad/openscad
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index cc6d99e..d67766c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -30,7 +30,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). +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). The -x and -s parameters are still working but deprecated. o F2 and F3 for Save and Reload is now deprecated OpenSCAD 2011.06 |