diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 01:48:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 01:48:36 (GMT) |
commit | 5ac6b66dfb417c87a65ade4d54e7cf48783c564f (patch) | |
tree | a1241ae82678e187358d1d8d2b7fdb9cf3437a7c /RELEASE_NOTES | |
parent | 222d0d16e3383051c6fcef7b5e6de2559868c9fd (diff) |
Added note about recently fixed crash bug
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index f0fe1c4..8d66ad9 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,6 +11,7 @@ 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 +o Fixed crashes in shared_ptr.hpp (or similar places) due to a cache management bug Deprecations: o The old include syntax "<filename.scad>" without the include keyword is no |