Skip to content

Commit

Permalink
More changelog tweaks (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Jun 17, 2020
1 parent 93c571a commit 964edca
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,40 @@
## 0.2.11.0

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

* Add `HashMap.fromListWithKey`
* Add `HashMap.fromListWithKey`. Thanks, Josef Svenningsson.

* Add more folding functions and use them in `Foldable` instances.
* Add more folding functions and use them in `Foldable` instances. Thanks,
David Feuer.

* Add `HashMap.!?`, a flipped version of `lookup`.
* Add `HashMap.!?`, a flipped version of `lookup`. Thanks, Matt Renaud.

* Add `fromListWithKey` for `HashMap`. Thanks, Josef Svenningsson.

### Bug fixes

* Fix a space leak affecting updates on keys with hash collisions. Thanks, Neil Mitchell. (#254)
* Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.

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

* Add a `Bifoldable` instance for `HashMap`. Thanks, Joseph Sible.
### Bug fixes

* Get rid of some silly thunks that could be left lying around. (#232)
* Fix a space leak affecting updates on keys with hash collisions. Thanks,
Neil Mitchell. ([#254])

* Get rid of some silly thunks that could be left lying around. ([#232]).
Thanks, David Feuer.

### Other changes

* Speed up the `Hashable` instances for `HashMap` and `HashSet`. Thanks,
Edward Amsden.

* Remove a dependency cycle hack from the benchmark suite. Thanks,
Andrew Martin.

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

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

## 0.2.10.0

Expand Down

0 comments on commit 964edca

Please sign in to comment.