diff options
-rw-r--r-- | RELEASE_NOTES | 1 | ||||
-rw-r--r-- | doc/TODO.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index a781d20..cc6d99e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -22,6 +22,7 @@ o Flush Caches didn't flush cached USE'd modules o STL export should be a bit more robust o Dropping a file into the editor under Windows didn't work (double C:/C:/ problem) o On some platforms it was possible to insertion rich text in the editor, causing confusion. +o Less crashes due to CGAL assertions Deprecations: o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. diff --git a/doc/TODO.txt b/doc/TODO.txt index 26dd6c8..c869681 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -230,7 +230,5 @@ o Use a logging framework to get debugging/info output more under control? MISC ---- -o Streamline the cmd-line interface a bit - - Implicit output file format o Write checklists for typical extension work (add new module, add new function) -> make sure new test files are added |