Skip to content

Commit d3fe0a2

Browse files
committed
Release 5.5.3.0
[ci skip]
1 parent 7ec93c4 commit d3fe0a2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
5.5.3.0
2+
-------
3+
4+
* Additional closure functions by Matthew Danish.
5+
6+
* `Bifunctor` instances for base >= 4.8.0.0.
7+
8+
* An `ST`-based `GraphM` instance.
9+
10+
* Addition of `order` and `size` functions for finding the number of
11+
nodes and edges respectively in a graph (the former is an alias for
12+
the existing `noNodes` function).
13+
14+
* The rules for faster implementations of `insNode` and `insEdge` for
15+
`PatriciaTree` should fire more often now.
16+
117
5.5.2.3
218
-------
319

fgl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fgl
2-
version: 5.5.2.3
2+
version: 5.5.3.0
33
license: BSD3
44
license-file: LICENSE
55
author: Martin Erwig, Ivan Lazar Miljenovic

0 commit comments

Comments
 (0)