Skip to content

Commit d52a0fd

Browse files
authored
Prepare for release 0.2.20 (#486)
* Update Cabal file. * Update changelog.
1 parent 51d0709 commit d52a0fd

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Diff for: CHANGES.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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+
128
## [0.2.19.1] – April 2022
229

330
* [Fix bug in `intersection[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/427)

Diff for: unordered-containers.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unordered-containers
2-
version: 0.2.19.1
2+
version: 0.2.20
33
synopsis: Efficient hashing-based container types
44
description:
55
Efficient hashing-based container types. The containers have been

0 commit comments

Comments
 (0)