Skip to content

Commit

Permalink
Prepare for release 0.2.20 (#486)
Browse files Browse the repository at this point in the history
* Update Cabal file.

* Update changelog.
  • Loading branch information
treeowl authored Jan 9, 2024
1 parent 51d0709 commit d52a0fd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [0.2.20] - January 2024

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

* [Rename confusing variables](https://github.com/haskell-unordered-containers/unordered-containers/pull/479)

* [Deal with introduction of `Prelude.foldl'`](https://github.com/haskell-unordered-containers/unordered-containers/pull/480)

* [Remove redundant `Hashable` constraints](https://github.com/haskell-unordered-containers/unordered-containers/pull/478)
from `intersection.*` and `union.*`.

* Various optimizations and cleanups:
[#458](https://github.com/haskell-unordered-containers/unordered-containers/pull/458),
[#469](https://github.com/haskell-unordered-containers/unordered-containers/pull/469),
[#404](https://github.com/haskell-unordered-containers/unordered-containers/pull/404),
[#460](https://github.com/haskell-unordered-containers/unordered-containers/pull/460),
[#456](https://github.com/haskell-unordered-containers/unordered-containers/pull/456),
[#433](https://github.com/haskell-unordered-containers/unordered-containers/pull/433)

* Add invariant tests:
[#444](https://github.com/haskell-unordered-containers/unordered-containers/pull/444),
[#455](https://github.com/haskell-unordered-containers/unordered-containers/pull/455)

* [Improve test case generation](https://github.com/haskell-unordered-containers/unordered-containers/pull/442)

* [Improve test failure reporting](https://github.com/haskell-unordered-containers/unordered-containers/pull/440)

## [0.2.19.1] – April 2022

* [Fix bug in `intersection[With[Key]]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/427)
Expand Down
2 changes: 1 addition & 1 deletion unordered-containers.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: unordered-containers
version: 0.2.19.1
version: 0.2.20
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
Expand Down

0 comments on commit d52a0fd

Please sign in to comment.