* NEWS: Update for recent fixes.

This commit is contained in:
Alexandre Duret-Lutz 2020-11-08 14:20:17 +01:00
parent bcd88df0fe
commit aecdab7ba7

11
NEWS
View file

@ -2,9 +2,18 @@ New in spot 2.9.4.dev (not yet released)
Bugs fixed: Bugs fixed:
- Fix multiple spurious test suite failures on Darwin
(Issues #426, #427, #428, #429) or when the
Pandas package was not installed.
- The filename python/spot/aux.py caused a problem on Windows and - The filename python/spot/aux.py caused a problem on Windows and
has been renamed. Existing "import spot.aux" statements should has been renamed. Existing "import spot.aux" statements should
*not* be updated. (Issue #437.) *not* be updated. (Issue #437)
- Fix memory leak in minimize_wdba() when determinization is aborted
because an output_aborter is passed.
- Distribution contains unnecessary large SVG files (Issue #422)
New in spot 2.9.4 (2020-09-07) New in spot 2.9.4 (2020-09-07)