[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Update changelog.md (4ae483e)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:43:05 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/4ae483ece23611349fca38f39309a47890b677ce

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

commit 4ae483ece23611349fca38f39309a47890b677ce
Author: David Feuer <David.Feuer at gmail.com>
Date:   Mon May 30 19:36:56 2016 -0400

    Update changelog.md


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

4ae483ece23611349fca38f39309a47890b677ce
 changelog.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 6a83c08..e51dbe2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -22,7 +22,7 @@
 
   * Add `Empty`, `:<|`, and `:|>` pattern synonyms for `Data.Sequence`.
 
-  * Add (!?), `lookup`, `chunksOf`, `cycleTaking`, `insertAt`, `intersperse`,
+  * Add (!?), `lookup`, `chunksOf`, `cycleTaking`, `insertAt`, `deleteAt`, `intersperse`,
     `foldMapWithIndex`, and `traverseWithIndex` for `Data.Sequence`.
 
   * Make `splitAt` in `Data.Sequence` strict in its arguments. Previously,



More information about the ghc-commits mailing list