[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 (69fec5f)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:45:01 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/69fec5fcb2a0037cac428ef905703abe30cd43e5

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

commit 69fec5fcb2a0037cac428ef905703abe30cd43e5
Author: David Feuer <David.Feuer at gmail.com>
Date:   Tue Aug 30 22:25:00 2016 -0400

    Update changelog.md


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

69fec5fcb2a0037cac428ef905703abe30cd43e5
 changelog.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/changelog.md b/changelog.md
index a05bdf9..b21e18f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -29,6 +29,10 @@
   * Add `alterF`, `restrictKeys`, and `withoutKeys` to `Data.Map`
     and `Data.IntMap`.
 
+  * Add `take`, `drop`, `splitAt`, `takeWhileAntitone`, `dropWhileAntitone`,
+    and `spanAntitone` for `Data.Map`. Thanks to Cale Gibbard for suggesting
+    these.
+
   * Add `merge`, `mergeA`, and associated merge tactics for `Data.Map`.
     Many thanks to Cale Gibbard, Ryan Trinkle, and Dan Doel for
     inspiring the merge idea and helping refine the interface.



More information about the ghc-commits mailing list