Skip to content

Commit ea6de8b

Browse files
authored
Prepare release 0.2.19.1 (#428)
1 parent 62011a7 commit ea6de8b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.19.1] – April 2022
2+
3+
* [Fix bug in `intersection[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/427)
4+
5+
* [Improve docs of bit twiddling functions](https://github.com/haskell-unordered-containers/unordered-containers/pull/396)
6+
7+
[0.2.19.1]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.19.0...v0.2.19.1
8+
19
## [0.2.19.0] – April 2022
210

311
* [Make intersections much faster](https://github.com/haskell-unordered-containers/unordered-containers/pull/406)

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.0
2+
version: 0.2.19.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)