diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-12 18:35:44 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-12 18:35:44 (GMT) |
commit | d24b3cc84d0701a5423925765e515db7df9614c5 (patch) | |
tree | 0d63867d8b5a3c6ffe107371caa6b29cf8ad0f02 /RELEASE_NOTES | |
parent | 633343c47e0d2bced64d47f62e814489b8e76dc2 (diff) | |
parent | 1754a970a76c071fff91cc7c716aa0b78b4ac6be (diff) |
Ported recent changes to master into the visitor branch
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 69fe747..352fa67 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,10 +1,15 @@ - -OpenSCAD 2010.XX +OpenSCAD 2011.XX ================ -o Added rands() function -o Added sign() function -o Bugfixes: More robust DXF export +o Added hull() for convex hulls (2D object only) +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 +o DXF: output LWPOLYLINE instead of just LINE entities +o Bugfixes: More robust DXF export, setting $fs/$fa to 0 caused a crash +o Some bugs fixed, maybe some new bugs added OpenSCAD 2010.05 ================ |