diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-05 16:07:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-05 16:07:51 (GMT) |
commit | 73c715ad9c7e9a9f2d5888caa967239064bba262 (patch) | |
tree | 585b27358f0ed9a6bdd71ec7ed05b2fb79cedc68 | |
parent | 14b806c9c0b229b51b8c93815b13dd3af4599f69 (diff) |
scientific notation
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3e10eec..a781d20 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 |