From 964edca40d415c7f0b70c99fda2a4d9dc0949b9f Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 17 Jun 2020 19:19:58 +0200 Subject: [PATCH] More changelog tweaks (#269) --- CHANGES.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2a8d0548..3f4f1764 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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