diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-05 17:33:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-05 17:33:07 (GMT) |
commit | 29347507a2b266f445c8327598cce2a6bbea21e8 (patch) | |
tree | 381516096bbc1980e871c37be0594377ab1ed04d | |
parent | f4bd15912a7179ccd4e39adc310900d020f15d8a (diff) |
sync
-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 |