File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,14 @@ This file is a manually maintained list of changes for each release. Feel free
44to add your changes here when sending pull requests. Also send corrections if
55you spot any mistakes.
66
7- ## 0.8.0 (2014-xx-xx)
7+ ## 0.8.0 (2014-12-31)
8+
9+ * Feature: Add general purpose Attributes.
10+ ([ #103 ] ( https://github.com/clue/graph/pull/103 ) )
11+
12+ * BC break: Split off all GraphViz-related classes to a separate
13+ [ graphp/graphviz] ( https://github.com/graphp/graphviz ) package.
14+ ([ #115 ] ( https://github.com/clue/graph/pull/115 ) )
815
916* Feature: The base ` Graph ` , ` Vertex ` and ` EdgeBase ` classes can now be
1017 extended in order to implement a custom behavior. As such, one can now also
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ The recommended way to install this library is [through composer](http://getcomp
7979``` JSON
8080{
8181 "require" : {
82- "clue/graph" : " 0.7.* "
82+ "clue/graph" : " ~0.8.0 "
8383 }
8484}
8585```
You can’t perform that action at this time.
0 commit comments