Skip to content

Commit 11e7f3e

Browse files
committed
Prepare release 0.2.20.1
1 parent 5cdf332 commit 11e7f3e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.2.20.1] - October 2025
2+
3+
* [Fix infinite loop in `isSubmapOf[By]` / `isSubsetOf` on 32-bit platforms](https://github.com/haskell-unordered-containers/unordered-containers/pull/501)
4+
To fix this bug and potentially other similar bugs, we return to a branching factor of 16 on 32-bit platforms.
5+
6+
* [Relax bounds for GHC 9.12](https://github.com/haskell-unordered-containers/unordered-containers/pull/499)
7+
8+
* [Require hashable >= 1.4](https://github.com/haskell-unordered-containers/unordered-containers/pull/506)
9+
10+
* Documentation changes:
11+
* [Fix documentation about branching factor in `Data.HashMap.Strict`](https://github.com/haskell-unordered-containers/unordered-containers/pull/494)
12+
* [Improve documentation for `Data.HashMap.compose`](https://github.com/haskell-unordered-containers/unordered-containers/pull/500)
13+
* [Fixes docs of `Data.HashMap.Lazy.fromList`: it takes O(n * log(n))](https://github.com/haskell-unordered-containers/unordered-containers/pull/498)
14+
* [Add disclaimer to D.HS.toList](https://github.com/haskell-unordered-containers/unordered-containers/pull/507)
15+
16+
* [Remove bad `isSubmapOf` testcase](https://github.com/haskell-unordered-containers/unordered-containers/pull/504)
17+
18+
19+
120
## [0.2.20] - January 2024
221

322
* [Allow `template-haskell-2.21`](https://github.com/haskell-unordered-containers/unordered-containers/pull/484)

unordered-containers.cabal

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

0 commit comments

Comments
 (0)