Skip to content

Commit 93c571a

Browse files
committed
Further changelog updates
1 parent 3411516 commit 93c571a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

CHANGES.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,27 @@
88

99
* Add `HashMap.!?`, a flipped version of `lookup`.
1010

11-
* Add `instance Bifoldable HashMap`.
11+
* Add `fromListWithKey` for `HashMap`. Thanks, Josef Svenningsson.
1212

1313
### Bug fixes
1414

15-
* Fix a space leak affecting updates on keys with hash collisions.
15+
* Fix a space leak affecting updates on keys with hash collisions. Thanks, Neil Mitchell. (#254)
1616

17-
* Improvements for `two`: strictness in key arguments, better sharing,
18-
clean up.
17+
* Add a `HasCallStack` constraint to `(!)`. Thanks, Roman Cheplyaka.
18+
19+
* Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.
20+
21+
* Get rid of some silly thunks that could be left lying around. (#232)
1922

2023
### Other changes
2124

22-
* Add call stack to `HashMap.!`.
25+
* Remove a dependency cycle hack from the benchmark suite. Thanks,
26+
Andrew Martin.
2327

24-
* Speed up the `Hashable` instances for `HashMap` and `HashSet`.
28+
* Improve documentation. Thanks, Tristan McLeay, Li-yao Xia, Gareth Smith,
29+
Simon Jakobi, Sergey Vinokurov, and likely others.
2530

26-
* Various documentation improvements and fixes.
31+
* Speed up the `Hashable` instances for `HashMap` and `HashSet`.
2732

2833
## 0.2.10.0
2934

0 commit comments

Comments
 (0)