Skip to content

Commit 964edca

Browse files
authored
More changelog tweaks (#269)
1 parent 93c571a commit 964edca

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

CHANGES.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
## 0.2.11.0
22

33
* Add `HashMap.findWithDefault` (soft-deprecates `HashMap.lookupDefault`).
4+
Thanks, Matt Renaud.
45

5-
* Add `HashMap.fromListWithKey`
6+
* Add `HashMap.fromListWithKey`. Thanks, Josef Svenningsson.
67

7-
* Add more folding functions and use them in `Foldable` instances.
8+
* Add more folding functions and use them in `Foldable` instances. Thanks,
9+
David Feuer.
810

9-
* Add `HashMap.!?`, a flipped version of `lookup`.
11+
* Add `HashMap.!?`, a flipped version of `lookup`. Thanks, Matt Renaud.
1012

11-
* Add `fromListWithKey` for `HashMap`. Thanks, Josef Svenningsson.
12-
13-
### Bug fixes
14-
15-
* Fix a space leak affecting updates on keys with hash collisions. Thanks, Neil Mitchell. (#254)
13+
* Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.
1614

1715
* Add a `HasCallStack` constraint to `(!)`. Thanks, Roman Cheplyaka.
1816

19-
* Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.
17+
### Bug fixes
2018

21-
* Get rid of some silly thunks that could be left lying around. (#232)
19+
* Fix a space leak affecting updates on keys with hash collisions. Thanks,
20+
Neil Mitchell. ([#254])
21+
22+
* Get rid of some silly thunks that could be left lying around. ([#232]).
23+
Thanks, David Feuer.
2224

2325
### Other changes
2426

27+
* Speed up the `Hashable` instances for `HashMap` and `HashSet`. Thanks,
28+
Edward Amsden.
29+
2530
* Remove a dependency cycle hack from the benchmark suite. Thanks,
2631
Andrew Martin.
2732

2833
* Improve documentation. Thanks, Tristan McLeay, Li-yao Xia, Gareth Smith,
2934
Simon Jakobi, Sergey Vinokurov, and likely others.
3035

31-
* Speed up the `Hashable` instances for `HashMap` and `HashSet`.
36+
[#232]: https://github.com/haskell-unordered-containers/unordered-containers/issues/232
37+
[#254]: https://github.com/haskell-unordered-containers/unordered-containers/issues/254
3238

3339
## 0.2.10.0
3440

0 commit comments

Comments
 (0)