diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-30 00:49:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-30 00:49:17 (GMT) |
commit | 7c334fe02f4a55ae006de6d68d1530432faabc88 (patch) | |
tree | 553d7782ec517e622440a522e3e5542eaa95c710 /RELEASE_NOTES | |
parent | e22f92c4073bb14a25b86bacc28f604177b0bf25 (diff) |
Updated with latest changes
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 97af740..299a24d 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -9,6 +9,8 @@ o New import() statement reads the correct file format based on the filename ext o The color() statement now supports an alpha parameter, e.g. color(c=[1,0,0], alpha=0.4) o The color() statement now supports specifying colors as strings, e.g. color("Red") o if() and else() can now take any value type as parameter. false, 0, empty string and empty vector or illegal value type will evaluate as false, everything else as true. +o Strings can now be lexographically compared using the <, <=, >, >= operators +o The version() function will return the OpenSCAD version as a string, e.g. "2011.10" Bugfixes: o square() crashed if any of the dimensions were zero |