[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Changelog update (c72ab15)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:41:47 UTC 2017


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

On branches: 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/c72ab151e20510801de735a7e457b5025b6fca4c

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

commit c72ab151e20510801de735a7e457b5025b6fca4c
Author: David Feuer <David.Feuer at gmail.com>
Date:   Sun May 22 14:34:23 2016 -0400

    Changelog update


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

c72ab151e20510801de735a7e457b5025b6fca4c
 changelog.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index dffe090..6619c91 100644
--- a/changelog.md
+++ b/changelog.md
@@ -15,7 +15,8 @@
 
   * Add `Empty`, `:<|`, and `:|>` pattern synonyms for `Data.Sequence`.
 
-  * Add `intersperse` and `traverseWithIndex` for `Data.Sequence`.
+  * Add `chunksOf`, `intersperse`, `foldMapWithIndex`, and
+    `traverseWithIndex` for `Data.Sequence`.
 
   * Make `splitAt` in `Data.Sequence` strict in its arguments. Previously,
     it returned a lazy pair.



More information about the ghc-commits mailing list