From 7c334fe02f4a55ae006de6d68d1530432faabc88 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 30 Sep 2011 02:49:17 +0200 Subject: Updated with latest changes 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 -- cgit v0.10.1