From 820a886fac9cdfa669e4ca2d19bc2b1933668775 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 7 Sep 2011 00:13:03 +0200 Subject: deprecations 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 ================ -- cgit v0.10.1