* NEWS: Mention the last two changes.

This commit is contained in:
Alexandre Duret-Lutz 2012-01-18 17:44:58 +01:00
parent 75032c9fc4
commit a9669d3d17
2 changed files with 7 additions and 0 deletions

3
NEWS
View file

@ -2,6 +2,9 @@ New in spot 0.8.1a:
* configure now has a --disable-python option to disable
the compilation of Python bindings.
* Minor speedups in the safra complementation.
* Better memory management for the on-the-fly degeneralization
algorith. This mostly benefits to the Safra complementation.
* Bug fixes:
- spot::ltl::length() forgot to count the '&' and '|' operators
in an LTL formula.