forked from jaspervdj/psqueues
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
66 lines (48 loc) · 1.47 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
- 0.2.7.2 (2019-06-07)
* Relax hashable upper bound to 1.3
* Relax QuickCheck upper bound to 2.13
* Switch from test-framework to tasty
- 0.2.7.1 (2019-01-07)
* Relax QuickCheck upper bound to 2.12
- 0.2.7.0 (2018-04-30)
* Export unsafe operations
- 0.2.6.0 (2018-03-14)
* Fix issue with (<>) on 8.4
* Bump QuickCheck dependency to 2.11
- 0.2.5.0 (2018-01-18)
* Fix build on GHC 8.4
- 0.2.4.0 (2017-09-27)
* Add `unsafeMapMonotonic`
* Lower build depends version for hashable
* Move repo to `jaspervdj/psqueues` to enable travis
* Lower build depends version for hashable
- 0.2.3.0
* Add an `atMostView` function to all PSQ flavours
* Bump HUnit dependency to 1.6
* Bump QuickCheck dependency to 2.10
* Clean up warnings on newer and older GHC versions
- 0.2.2.3
* Bump HUnit dependency to 1.5
- 0.2.2.2
* Bump QuickCheck dependency bounds
- 0.2.2.1
* Fix benchmark compilation with stack
- 0.2.2.0
* Fix import of Traversable on GHC 7.8
- 0.2.1.0
* Add Traversable instances
- 0.2.0.3
* Bump HUnit dependency bounds
- 0.2.0.2
* Bump QuickCheck dependency bounds
- 0.2.0.1
* Minor documentation fixes
- 0.2.0.0
* Add convenience `deleteMin` function
* Bump `deepseq` dependency to 1.4
- 0.1.1.0
* Remove constraints from `size`
- 0.1.0.1
* Extend cabal description, include CHANGELOG
- 0.1.0.0
* First release: <https://medium.com/@bttr/announcing-psqueues-8a0fe9fe939>