File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.2.20] - January 2024
2
+
3
+ * [ Allow ` template-haskell-2.21 ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/484 )
4
+
5
+ * [ Rename confusing variables] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/479 )
6
+
7
+ * [ Deal with introduction of ` Prelude.foldl' ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/480 )
8
+
9
+ * [ Remove redundant ` Hashable ` constraints] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/478 )
10
+ from ` intersection.* ` and ` union.* ` .
11
+
12
+ * Various optimizations and cleanups:
13
+ [ #458 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/458 ) ,
14
+ [ #469 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/469 ) ,
15
+ [ #404 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/404 ) ,
16
+ [ #460 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/460 ) ,
17
+ [ #456 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/456 ) ,
18
+ [ #433 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/433 )
19
+
20
+ * Add invariant tests:
21
+ [ #444 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/444 ) ,
22
+ [ #455 ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/455 )
23
+
24
+ * [ Improve test case generation] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/442 )
25
+
26
+ * [ Improve test failure reporting] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/440 )
27
+
1
28
## [ 0.2.19.1] – April 2022
2
29
3
30
* [ Fix bug in ` intersection[With[Key]] ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/427 )
Original file line number Diff line number Diff line change 1
1
name : unordered-containers
2
- version : 0.2.19.1
2
+ version : 0.2.20
3
3
synopsis : Efficient hashing-based container types
4
4
description :
5
5
Efficient hashing-based container types. The containers have been
You can’t perform that action at this time.
0 commit comments