Skip to content

Commit 658e92b

Browse files
committed
Add extension support to CHANGELOG
1 parent dc35774 commit 658e92b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ you spot any mistakes.
66

77
## 0.8.0 (2013-xx-xx)
88

9+
* Feature: The base `Graph`, `Vertex` and `EdgeBase` classes can now be
10+
extended in order to implement a custom behavior. As such, one can now also
11+
instantiate them using the normal `new` operator instead of having to use
12+
`Graph::createVertex()` family of methods.
13+
([#82](https://github.com/clue/graph/issues/82))
14+
915
* BC break: Rename `Algorithm\Directed::isDirected()` to remove its ambiguity
1016
in regards to mixed and/or empty graphs
1117
([#80](https://github.com/clue/graph/issues/80))
@@ -14,7 +20,7 @@ you spot any mistakes.
1420
|---|---|
1521
| `Algorithm\Directed::isDirected()` | `Algorithm\Directed::hasDirected()` |
1622

17-
* Feature:: Add new `Algorithm\Directed::hasUndirected()` and
23+
* Feature: Add new `Algorithm\Directed::hasUndirected()` and
1824
`Algorithm\Directed::isMixed()` in order to complement the renamed
1925
`Algorithm\Directed::hasDirected()`
2026
([#80](https://github.com/clue/graph/issues/80))

0 commit comments

Comments
 (0)