diff options
-rw-r--r-- | RELEASE_NOTES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4b19d33..dc92046 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -3,7 +3,7 @@ OpenSCAD 2010.03 ================ .. ADD STUFF HERE .. - o Some bugs fixed, maybe some new bugs added to + o Some bugs fixed, maybe some new bugs added OpenSCAD 2010.02 ================ @@ -13,7 +13,7 @@ OpenSCAD 2010.02 - Added round(), ceil() and floor() functions - Added lookup() function for linear interpolation in value list - Added projection(cut = true/false) statement - - Added child() statement for accessing child nodes of module instance + - Added child() statement for accessing child nodes of module instances - Added mirror() statement o Improved DXF import code (mor entities and some bugs fixed) o Added feature for dumping animation as PNG files @@ -21,7 +21,7 @@ OpenSCAD 2010.02 o Now using CGAL's delaunay tesselator o Now using eigen2 for linear algebra o Reorganisation of the source tree - o Some bugs fixed, maybe some new bugs added to + o Some bugs fixed, maybe some new bugs added OpenSCAD 2010.01 ================ @@ -36,5 +36,5 @@ OpenSCAD 2010.01 - 2D->3D path: linear_extrude() and rotate_extrude() - Import of DXF to 2d subsystem: import_dxf() - Export of 2D data as DXF files - o Some bugs fixed, maybe some new bugs added to + o Some bugs fixed, maybe some new bugs added |