We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1c9a0 commit f2b6159Copy full SHA for f2b6159
1 file changed
CHANGELOG.md
@@ -70,6 +70,11 @@ you spot any mistakes.
70
`OutOfBoundsException` for unreachable vertices
71
([#62](https://github.com/clue/graph/issues/62))
72
73
+* BC break: A null Graph (a Graph with no Vertices and thus no Edges) is not a
74
+ valid tree (because it is not connected), adjust `Algorithm\Tree\Base::isTree()`
75
+ accordingly.
76
+ ([#72](https://github.com/clue/graph/issues/72))
77
+
78
* Feature: Add `Algorithm\ShortestPath::hasVertex(Vertex $vertex)` to check whether
79
a path to the given Vertex exists ([#62](https://github.com/clue/graph/issues/62)).
80
0 commit comments