[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, revert-408-bugfix_394: Update changelog (28668bb)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:46:41 UTC 2017
Repository : ssh://git@git.haskell.org/containers
On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,revert-408-bugfix_394
Link : http://git.haskell.org/packages/containers.git/commitdiff/28668bbfdd2a1f339a7e49470d4f47f08d80225c
>---------------------------------------------------------------
commit 28668bbfdd2a1f339a7e49470d4f47f08d80225c
Author: David Feuer <David.Feuer at gmail.com>
Date: Wed Dec 14 23:52:10 2016 -0500
Update changelog
>---------------------------------------------------------------
28668bbfdd2a1f339a7e49470d4f47f08d80225c
changelog.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/changelog.md b/changelog.md
index f040035..fdbc6fb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,15 @@
* Planned for GHC 8.2.
+* Add `merge` and `mergeA` for `Data.IntMap`.
+
+* Add instances for `Data.Graph.SCC`: `Foldable`, `Traversable`, `Data`,
+ `Generic`, `Generic1`, `Eq`, `Eq1`, `Show`, `Show1`, `Read`, and `Read1`.
+
+* Add lifted instances (from `Data.Functor.Classes`) for `Data.Sequence`,
+ `Data.Map`, `Data.Set`, `Data.IntMap`, and `Data.Tree`. (Thanks to
+ Oleg Grenrus for doing a lot of this work.)
+
* Properly deprecate functions in `Data.IntMap` long documented as deprecated.
* Rename several internal modules for clarity. Thanks to esoeylemez for starting
More information about the ghc-commits
mailing list