diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-05 18:17:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-05 18:17:06 (GMT) |
commit | 273672c418e4ff2400a9cbc1dacb510a2452b734 (patch) | |
tree | 68d4cba8d98064482c1cdf68b514351468864b34 /RELEASE_NOTES | |
parent | 88b8080f30d6ca1a9a74b8005a7408d4066f481b (diff) | |
parent | d14a24a2b63d7d3815e02a79ef9dacd76cd01f4d (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3e10eec..cc6d99e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -14,6 +14,7 @@ o The version() function will return the OpenSCAD version as a vector, e.g. [201 o The version_num() function will return the OpenSCAD version as a number, e.g. 20110923 o Added PI constant. o Now uses standard shortcuts for save and reload on Linux and Windows. F2/F3 will still work but is deprecated. +o Number literals in scientific notation are now accepted by the parser Bugfixes: o square() crashed if any of the dimensions were zero @@ -21,6 +22,7 @@ o Flush Caches didn't flush cached USE'd modules o STL export should be a bit more robust o Dropping a file into the editor under Windows didn't work (double C:/C:/ problem) o On some platforms it was possible to insertion rich text in the editor, causing confusion. +o Less crashes due to CGAL assertions Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. |