diff options
-rw-r--r-- | RELEASE_NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a95d588..880ba91 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,9 @@ OpenSCAD 20xx.yy ================ +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") + Bugfixes: o square() crashed if any of the dimensions were zero o Flush Caches didn't flush cached USE'd modules |