Skip to content

Commit d3bea48

Browse files
authored
Normalize changelog formatting (#85)
Use `-` over `*` and avoid extra line breaks for consistency.
1 parent cef9625 commit d3bea48

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkgs/graphs/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# 2.3.0
22

33
- Add a `transitiveClosure` function.
4-
54
- Make `stronglyConnectedComponents` and `topologicalSort` iterative rather than
65
recursive to avoid stack overflows on very large graphs.
7-
86
- Require Dart 2.18
97

108
# 2.2.0
119

12-
* Add a `secondarySort` parameter to the `topologicalSort()` function which
10+
- Add a `secondarySort` parameter to the `topologicalSort()` function which
1311
applies an additional lexical sort where that doesn't break the topological
1412
sort.
1513

1614
# 2.1.0
1715

18-
* Add a `topologicalSort()` function.
16+
- Add a `topologicalSort()` function.
1917

2018
# 2.0.0
2119

0 commit comments

Comments
 (0)