diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-12 19:59:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-12 19:59:13 (GMT) |
commit | 2cfcdf557d7742422965035a64ef617ac043a429 (patch) | |
tree | 2a9611f800637d25bb5d31a03c0c5dea17cdbccd /RELEASE_NOTES | |
parent | 262e1350a4e7efb08e8f992806a6222d25b1ca0e (diff) |
len()
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d67766c..65162fb 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -15,6 +15,7 @@ o The version_num() function will return the OpenSCAD version as a number, e.g. 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 +o Added len() function. Takes one vector or string parameter and returns its length. Bugfixes: o square() crashed if any of the dimensions were zero |