Update for 2011.01

stl_dim
Marius Kintel 2011-01-21 20:27:20 +01:00
parent bdcac3910c
commit 1b62870ca2
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,18 @@
OpenSCAD 20XX.YY
================
OpenSCAD 2010.XX
OpenSCAD 2011.01
================
o Added rands() function
o Added sign() function
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
o Some bugs fixed, maybe some new bugs added
OpenSCAD 2010.05
================