diff options
author | Brad Pitcher <bradpitcher@gmail.com> | 2011-10-17 01:06:10 (GMT) |
---|---|---|
committer | Brad Pitcher <bradpitcher@gmail.com> | 2011-10-17 01:06:10 (GMT) |
commit | 7541854212d6c1223e015faf55a6ca0657a1c184 (patch) | |
tree | 147ee806d216564de69e2ec53a5bc6d28cdfa094 /RELEASE_NOTES | |
parent | 0407d287b035e4f3aabf718f290eb31365fad26e (diff) | |
parent | 5dd4decc9106fe27f088358f8326bb15d367af35 (diff) |
Merge branch 'master' of https://github.com/openscad/openscad
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 a6a0855..e647237 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -12,6 +12,7 @@ o if() and else() can now take any value type as parameter. false, 0, empty stri o Strings can now be lexographically compared using the <, <=, >, >= operators o The version() function will return the OpenSCAD version as a vector, e.g. [2011, 09] o The version_num() function will return the OpenSCAD version as a number, e.g. 20110923 +o Added PI constant. Bugfixes: o square() crashed if any of the dimensions were zero |