diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-13 16:40:20 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-13 16:40:20 (GMT) |
commit | 1f9ce62573b65715e7b134ad4d8c8079fc28aa44 (patch) | |
tree | 40ac192b4d368cccc12e7b4e36c3dc7da5fba72f /RELEASE_NOTES | |
parent | 3eb466b5a9dcb7507045898efc7ad52226f54782 (diff) | |
parent | 2cfcdf557d7742422965035a64ef617ac043a429 (diff) |
Merge branch 'master' into cakebaby
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 |