diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-08 17:34:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-08 17:34:17 (GMT) |
commit | f3e6e8168bac6b14383d1d321de7dcf122e0b7de (patch) | |
tree | 2f66acec5556e3737cd8071c6db726c8d42ef173 | |
parent | c08f3afbbb76948f3c142dfac57d6663c0d102b3 (diff) |
Added notes about two recent bugfixes
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 59bb54b..e025d9b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -4,6 +4,8 @@ OpenSCAD 2012.XX Bugfixes: o use'ing an non-existing file sometimes crashed under Windows o Better font handling: Ensure a monospace font is chosen as default +o Division by zero caused hang in some cases (e.g. sin(1/0)) +o Larger minkowski operations sometimes caused a crash after a CGAL assert was thrown Deprecations: o The old include syntax "<filename.scad>" without the include keyword is no |