From e5a2923e0044f655f660315f25e4553016277c46 Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Sat, 16 Apr 2022 02:20:05 +0200 Subject: [PATCH] Prepare release 0.2.19.0 --- CHANGES.md | 12 ++++++++++++ unordered-containers.cabal | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 05bf54c4..ddac2aa3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +## [0.2.19.0] – April 2022 + +* [Make intersections much faster](https://github.com/haskell-unordered-containers/unordered-containers/pull/406) + +* [Fix undefined behaviour on 32-bit platforms](https://github.com/haskell-unordered-containers/unordered-containers/pull/413) + +* Speed up some array-appending operations: [#407](https://github.com/haskell-unordered-containers/unordered-containers/pull/407), [#409](https://github.com/haskell-unordered-containers/unordered-containers/pull/409) + +* [Use MathJax format for complexity annotations](https://github.com/haskell-unordered-containers/unordered-containers/pull/411) + +[0.2.19.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.18.0...v0.2.19.0 + ## [0.2.18.0] * [Fix strictness properties of `Strict.mapMaybe[WithKey]`](https://github.com/haskell-unordered-containers/unordered-containers/pull/385) diff --git a/unordered-containers.cabal b/unordered-containers.cabal index 7f16de1e..29fead7b 100644 --- a/unordered-containers.cabal +++ b/unordered-containers.cabal @@ -1,5 +1,5 @@ name: unordered-containers -version: 0.2.18.0 +version: 0.2.19.0 synopsis: Efficient hashing-based container types description: Efficient hashing-based container types. The containers have been