Skip to content

Commit c580c83

Browse files
committed
Tweak changelog
1 parent 11e7f3e commit c580c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
## [0.2.20.1] - October 2025
22

3-
* [Fix infinite loop in `isSubmapOf[By]` / `isSubsetOf` on 32-bit platforms](https://github.com/haskell-unordered-containers/unordered-containers/pull/501)
3+
* [Fix infinite loop in `isSubmapOf[By]` / `isSubsetOf` on 32-bit platforms](https://github.com/haskell-unordered-containers/unordered-containers/pull/501).
44
To fix this bug and potentially other similar bugs, we return to a branching factor of 16 on 32-bit platforms.
55

66
* [Relax bounds for GHC 9.12](https://github.com/haskell-unordered-containers/unordered-containers/pull/499)
77

8-
* [Require hashable >= 1.4](https://github.com/haskell-unordered-containers/unordered-containers/pull/506)
8+
* [Require `hashable >= 1.4`](https://github.com/haskell-unordered-containers/unordered-containers/pull/506)
99

1010
* Documentation changes:
1111
* [Fix documentation about branching factor in `Data.HashMap.Strict`](https://github.com/haskell-unordered-containers/unordered-containers/pull/494)
1212
* [Improve documentation for `Data.HashMap.compose`](https://github.com/haskell-unordered-containers/unordered-containers/pull/500)
1313
* [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)
14+
* [Add disclaimer to `Data.HashSet.toList`](https://github.com/haskell-unordered-containers/unordered-containers/pull/507)
1515

1616
* [Remove bad `isSubmapOf` testcase](https://github.com/haskell-unordered-containers/unordered-containers/pull/504)
1717

0 commit comments

Comments
 (0)