diff options
author | Marius Kintel <marius@kintel.net> | 2011-04-12 20:44:26 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-04-12 20:44:26 (GMT) |
commit | 95c2fdcabf184e13a4ea067cf5cb11f81220d3ce (patch) | |
tree | 7570de8cd30b08b214d5a2dcb6a4ca16a490ba2c /RELEASE_NOTES | |
parent | c9093c0ad5d9d625d8a57380949946d90e745800 (diff) | |
parent | c8dd96b76f672d5f99ceb63db2155447bbaa868b (diff) |
Merge branch 'master' into sphere-cyl
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3cfb955..352fa67 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 (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 |