Skip to content

Commit 19b3bf4

Browse files
committed
Formatting of paranthesis
1 parent df21338 commit 19b3bf4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,26 @@ you spot any mistakes.
2727

2828
* BC break: `Walk::factoryCycleFromVertices()` no longer tries to auto-complete
2929
a cycle if the first vertex does not match the last one, but now throws an
30-
`InvalidArgumentException` instead ([#87](https://github.com/clue/graph/issues/87)
30+
`InvalidArgumentException` instead ([#87](https://github.com/clue/graph/issues/87))
3131

3232
* Feature: Support loop `Walk`s, i.e. a walk with only a single edge from
33-
vertex A back to A ([#87](https://github.com/clue/graph/issues/87)
33+
vertex A back to A ([#87](https://github.com/clue/graph/issues/87))
3434

3535
* Fix: Stricter checks for invalid cycles, such as one with an invalid
36-
predecessor-map or no edges at all ([#87](https://github.com/clue/graph/issues/87)
36+
predecessor-map or no edges at all ([#87](https://github.com/clue/graph/issues/87))
3737

3838
* Fix: The `Algorithm\ShortestPath\MooreBellmanFord` now also works for unweighted
3939
edges. This also fixes an issue where `Algorithm\DetectNegativeCycle` didn't work
40-
for unweighted edges. ([#81](https://github.com/clue/graph/issues/81)
40+
for unweighted edges. ([#81](https://github.com/clue/graph/issues/81))
4141

4242
* Fix: The `Algorithm\MinimumCostFlow` algorithms now work again. The reference
4343
to a non-existant class has been updated. Also fixed several issues with
4444
regards to special cases such as disconnected or undirected graphs.
45-
([#74](https://github.com/clue/graph/issues/74)
45+
([#74](https://github.com/clue/graph/issues/74))
4646

4747
* BC break: Remove unneeded alias definitions of `getVertexFirst()`,
4848
`getVertexSource()` and `getVertexTarget()`
49-
[#76]https://github.com/clue/graph/issues/76)):
49+
([#76](https://github.com/clue/graph/issues/76)):
5050

5151
| Old name | New name |
5252
|---|---|

0 commit comments

Comments
 (0)