diff options
author | Marius Kintel <marius@kintel.net> | 2013-01-16 00:06:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-01-16 00:06:02 (GMT) |
commit | 3d36baed60b340b508c0963d94eb011ddeefa02b (patch) | |
tree | 07018a1a2885e44cf05261ca631bdd6bab40b63a /RELEASE_NOTES | |
parent | 1d8c634663a8d6b99bf6b4c6466a5d2d654504b3 (diff) |
Updated RELEASE_NOTES
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f629cd6..4448e89 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -OpenSCAD 2012.11 +OpenSCAD 2013.01 ================ Features: @@ -26,6 +26,8 @@ o cmd-line overrides using -D now also work for USEd modules o Modifier characters can now be used in front of if statements o rotate() with a vector argument with less that 3 elements used uninitialized variables, ending up being non-deterministic. o .csg files will now have relative filenames whenever possible +o Don't just ignore geometric nodes having zero volume/area - when doing difference/intersection, they tend to turn negative objects into positive ones. +o Always use utf-8 file encoding, also under Windows o A lot of build script fixes o Some other crash bugs fixes |