* NEWS: Typo.
This commit is contained in:
parent
e084e06f43
commit
c9dd3f86b4
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2010-04-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
* NEWS: Typo.
|
||||||
|
|
||||||
2010-04-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-04-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* NEWS, configure.ac: Bump version to 0.6a.
|
* NEWS, configure.ac: Bump version to 0.6a.
|
||||||
|
|
|
||||||
2
NEWS
2
NEWS
|
|
@ -39,7 +39,7 @@ New in spot 0.6 (16-04-2010):
|
||||||
- The precedence of the "->" and "<->" Boolean operators has been
|
- The precedence of the "->" and "<->" Boolean operators has been
|
||||||
adjusted to better match other tools.
|
adjusted to better match other tools.
|
||||||
Spot <= 0.5 used to parse "a & b -> c & d" as "a & (b -> c) & d";
|
Spot <= 0.5 used to parse "a & b -> c & d" as "a & (b -> c) & d";
|
||||||
Spot >= 0.5.1 will parse it as "(a & b) -> (c & d)".
|
Spot >= 0.6 will parse it as "(a & b) -> (c & d)".
|
||||||
- The random graph generator was fixed (again!) not to produce
|
- The random graph generator was fixed (again!) not to produce
|
||||||
dead states as documented.
|
dead states as documented.
|
||||||
- Locations in the error messages of the LTL parser were off by one.
|
- Locations in the error messages of the LTL parser were off by one.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue