diff --git a/CHANGES.md b/CHANGES.md index ee32d11a..b12ec3b1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +## [0.2.16.0] + +* [Increase maximum branching factor from 16 to 32](https://github.com/haskell-unordered-containers/unordered-containers/pull/317) + +* [Tweak `union.goDifferentHash`](https://github.com/haskell-unordered-containers/unordered-containers/pull/277) + +* [Fix debug mode bounds check in `cloneM`](https://github.com/haskell-unordered-containers/unordered-containers/pull/331) + +* [Remove some old internal compatibility code](https://github.com/haskell-unordered-containers/unordered-containers/pull/334) + +[0.2.16.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.15.0...v0.2.16.0 + ## [0.2.15.0] * [Add security advisory regarding hash collision attacks](https://github.com/haskell-unordered-containers/unordered-containers/pull/320) diff --git a/unordered-containers.cabal b/unordered-containers.cabal index 210307f9..d413e15e 100644 --- a/unordered-containers.cabal +++ b/unordered-containers.cabal @@ -1,5 +1,5 @@ name: unordered-containers -version: 0.2.15.0 +version: 0.2.16.0 synopsis: Efficient hashing-based container types description: Efficient hashing-based container types. The containers have been