adjust for recent renaming of valid_trans()

* spot/kripke/kripkegraph.hh, spot/twa/twagraph.hh: Call
is_valid_edge() instead.
* NEWS: Mention the renaming.
This commit is contained in:
Alexandre Duret-Lutz 2016-04-10 17:20:48 +02:00
parent fb6cc0dff7
commit a6afaf3d9d
3 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -11,6 +11,10 @@ New in spot 1.99.9a (not yet released)
* The output of spot.atomic_prop_collect() is printable and
can now be passed directly to spot.ltsmin.model.kripke().
Library:
* digraph::valid_trans() renamed to digraph::is_valid_edge().
Documentation:
* The concepts page (https://spot.lrde.epita.fr/concepts.html)