File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.2.16.0]
2
+
3
+ * [ Increase maximum branching factor from 16 to 32] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/317 )
4
+
5
+ * [ Tweak ` union.goDifferentHash ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/277 )
6
+
7
+ * [ Fix debug mode bounds check in ` cloneM ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/331 )
8
+
9
+ * [ Remove some old internal compatibility code] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/334 )
10
+
11
+ [ 0.2.16.0 ] : https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.15.0...v0.2.16.0
12
+
1
13
## [ 0.2.15.0]
2
14
3
15
* [ Add security advisory regarding hash collision attacks] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/320 )
Original file line number Diff line number Diff line change 1
1
name : unordered-containers
2
- version : 0.2.15 .0
2
+ version : 0.2.16 .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