diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-06 22:48:38 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-06 22:48:38 (GMT) |
commit | 7213166c08e67a1251a2820cf0c2aed32648c824 (patch) | |
tree | d662cbbb44610ca85e6b15808073a0040edd7933 /RELEASE_NOTES | |
parent | f40f7ef072927cd9ea18104e66217c31cfd810db (diff) |
deprecations
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1c98940..5f529bb 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -10,6 +10,7 @@ o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. Use linear_extrude() and rotate_extrude() instead. 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. OpenSCAD 2011.06 ================ |