diff options
-rw-r--r-- | RELEASE_NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3cfb955..9995180 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,8 +1,9 @@ OpenSCAD 2011.XX ================ -o Added rands() function -o Added sign() function +o Added hull() for convex hulls +o minkowski() now supports 2D objects +o Added functions: rands(), sign() o Now supports escaping of the following characters in strings: \n, \t, \r, \\, \" o Support nested includes o Improved parsing of numbers |