diff options
-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 ================ |