diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-04 23:20:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-04 23:20:11 (GMT) |
commit | 1acfe4e10be18c18762764c280fa07464c7a0a6c (patch) | |
tree | 54a583755d95d12ce5cd7076406345eea69bc4d4 /RELEASE_NOTES | |
parent | ba8aa515d14cf270c9d0fdf50b4c7c55b3c416a8 (diff) |
Added some recent bugfixes
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 295f6f4..59bb54b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,10 @@ 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 + Deprecations: o The old include syntax "<filename.scad>" without the include keyword is no longer supported and will cause a syntax error. |