File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## [ 0.2.14.0]
2
12
3
13
* [ Add ` HashMap.mapKeys ` .] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/308 ) Thanks, Marco Perone!
Original file line number Diff line number Diff line change 1
1
name : unordered-containers
2
- version : 0.2.14 .0
2
+ version : 0.2.15 .0
3
3
synopsis : Efficient hashing-based container types
4
4
description :
5
5
Efficient hashing-based container types. The containers have been
You can’t perform that action at this time.
0 commit comments