Skip to content

Commit f2b6159

Browse files
committed
Add null tree to CHANGELOG
1 parent 0b1c9a0 commit f2b6159

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ you spot any mistakes.
7070
`OutOfBoundsException` for unreachable vertices
7171
([#62](https://github.com/clue/graph/issues/62))
7272

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+
7378
* Feature: Add `Algorithm\ShortestPath::hasVertex(Vertex $vertex)` to check whether
7479
a path to the given Vertex exists ([#62](https://github.com/clue/graph/issues/62)).
7580

0 commit comments

Comments
 (0)