[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Fix silly changelog mistake (d1b4d61)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:40:05 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: changelog-foldtree,cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/d1b4d61283f2d32aca1d5104229192073fabd8c8

>---------------------------------------------------------------

commit d1b4d61283f2d32aca1d5104229192073fabd8c8
Author: David Feuer <David.Feuer at gmail.com>
Date:   Mon Apr 25 08:22:37 2016 -0400

    Fix silly changelog mistake


>---------------------------------------------------------------

d1b4d61283f2d32aca1d5104229192073fabd8c8
 changelog.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/changelog.md b/changelog.md
index cb686b3..d43b842 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,13 @@
 # Changelog for [`containers` package](http://github.com/haskell/containers)
 
+## 0.5.8.1
+
+  * Add `Empty`, `:<|`, and `:|>` pattern synonyms for `Seq`.
+
+  * Derive `Generic` and `Generic1` for `Data.Tree.Tree`.
+
+  * Add `intersperse` for sequences.
+
 ## 0.5.7.1  *Dec 2015*
 
   * Planned to bundle with GHC 8.0.1.
@@ -9,12 +17,6 @@
   * Define `Semigroup` instances for `Data.Map`, `Data.Set`, `Data.IntMap`,
     `Data.IntSet` and `Data.Sequence`.
 
-  * Add `Empty`, `:<|`, and `:|>` pattern synonyms for `Seq`.
-
-  * Derive `Generic` and `Generic1` for `Data.Tree.Tree`.
-
-  * Add `intersperse` for sequences.
-
 ## 0.5.6.2  *Dec 2014*
 
   * Bundled with GHC 7.10.1.



More information about the ghc-commits mailing list