diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 10:07:59 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-20 10:07:59 (GMT) |
commit | 9beb315cbb3db05bc338a7ee27dfb54b29308471 (patch) | |
tree | 7d5858d82197f5d1e5ed710a2b7947a3595da21d | |
parent | 521147cc977d316912c64d568493692bd447e08d (diff) |
Clifford Wolf:
Minor RELEASE_NOTES typo fixes
git-svn-id: http://svn.clifford.at/openscad/trunk@444 b57f626f-c46c-0410-a088-ec61d464b74c
-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 |