From eeb3921a1b9ef9c31cb83c6136940bab64ed0150 Mon Sep 17 00:00:00 2001 From: David Feuer <David.Feuer@gmail.com> Date: Mon, 6 Feb 2017 16:36:25 -0500 Subject: [PATCH] Update changelog and version I realized we need a new minor version because we've added an instance. Whoops! Fix up the changelog some more. --- changelog.md | 11 ++++++++--- containers.cabal | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 039f127e..fa9abbb8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,19 @@ # Changelog for [`containers` package](http://github.com/haskell/containers) -## 0.5.9.2 +## 0.5.10.1 * Planned for GHC 8.2. * Fix completely incorrect implementations of `Data.IntMap.restrictKeys` and - `Data.IntMap.withoutKeys`. Make the tests for these actually run. + `Data.IntMap.withoutKeys`. Make the tests for these actually run. (Thanks + to Tom Smalley for reporting this.) * Fix a minor bug in the `Show1` instance of `Data.Tree`. This produced valid - output, but with fewer parentheses than `Show`. + output, but with fewer parentheses than `Show`. (Thanks, Ryan Scott.) + +* Add `MonadZip` instance for `Data.Sequence`. + +* Remove meaningless stability annotations (Thanks, Simon Jakobi.) ## 0.5.9.1 diff --git a/containers.cabal b/containers.cabal index e25dfa5b..e5571c20 100644 --- a/containers.cabal +++ b/containers.cabal @@ -1,5 +1,5 @@ name: containers -version: 0.5.9.2 +version: 0.5.10.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org -- GitLab