diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-06 22:13:03 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-06 22:13:03 (GMT) |
commit | 820a886fac9cdfa669e4ca2d19bc2b1933668775 (patch) | |
tree | 94baac763717ccf434908ec113ef34cc1d959fc5 /RELEASE_NOTES | |
parent | 29adaed02441832ce54d0f232f5ecb43eb28355d (diff) |
deprecations
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a95d588..1c98940 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -5,6 +5,12 @@ Bugfixes: o square() crashed if any of the dimensions were zero o Flush Caches didn't flush cached USE'd modules +Deprecations: +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. + OpenSCAD 2011.06 ================ |