Skip to content

Commit db9ddde

Browse files
authored
Prepare release 0.2.15.0 (#327)
1 parent 23303a6 commit db9ddde

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.2.15.0]
2+
3+
* [Add security advisory regarding hash collision attacks](https://github.com/haskell-unordered-containers/unordered-containers/pull/320)
4+
5+
* [Add support for hashable 1.4](https://github.com/haskell-unordered-containers/unordered-containers/pull/324)
6+
7+
* [Drop support for GHC < 8](https://github.com/haskell-unordered-containers/unordered-containers/pull/323)
8+
9+
[0.2.15.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.14.0...v0.2.15.0
10+
111
## [0.2.14.0]
212

313
* [Add `HashMap.mapKeys`.](https://github.com/haskell-unordered-containers/unordered-containers/pull/308) Thanks, Marco Perone!

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.14.0
2+
version: 0.2.15.0
33
synopsis: Efficient hashing-based container types
44
description:
55
Efficient hashing-based container types. The containers have been

0 commit comments

Comments
 (0)