Skip to content

Commit

Permalink
Add null tree to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 11, 2013
1 parent 0b1c9a0 commit f2b6159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ you spot any mistakes.
`OutOfBoundsException` for unreachable vertices
([#62](https://github.com/clue/graph/issues/62))

* BC break: A null Graph (a Graph with no Vertices and thus no Edges) is not a
valid tree (because it is not connected), adjust `Algorithm\Tree\Base::isTree()`
accordingly.
([#72](https://github.com/clue/graph/issues/72))

* Feature: Add `Algorithm\ShortestPath::hasVertex(Vertex $vertex)` to check whether
a path to the given Vertex exists ([#62](https://github.com/clue/graph/issues/62)).

Expand Down

0 comments on commit f2b6159

Please sign in to comment.