We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a9fe4 commit 92c7a24Copy full SHA for 92c7a24
1 file changed
CHANGELOG.md
@@ -7,13 +7,17 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
-- Added an `edges` function that returns a list of all edges in the graph (#17 by @MaybeJustJames)
11
-- Added `toMap` to unwrap `Graph` (#18)
12
13
Bugfixes:
14
15
Other improvements:
16
+## [v8.1.0](https://github.com/purescript/purescript-graphs/releases/tag/v8.1.0) - 2022-07-30
+
17
+New features:
18
+- Added an `edges` function that returns a list of all edges in the graph (#17 by @MaybeJustJames)
19
+- Added `toMap` to unwrap `Graph` (#18 by @notquiteamonad)
20
21
## [v8.0.0](https://github.com/purescript/purescript-graphs/releases/tag/v8.0.0) - 2022-04-27
22
23
0 commit comments