File tree 2 files changed +9
-2
lines changed
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
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
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 ) )
8
15
9
16
* Feature: The base ` Graph ` , ` Vertex ` and ` EdgeBase ` classes can now be
10
17
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
79
79
``` JSON
80
80
{
81
81
"require" : {
82
- "clue/graph" : " 0.7.* "
82
+ "clue/graph" : " ~0.8.0 "
83
83
}
84
84
}
85
85
```
You can’t perform that action at this time.
0 commit comments