[commit: ghc] master: Add release note entry for D716 (ac14af3)
git at git.haskell.org
git at git.haskell.org
Tue Mar 17 16:07:24 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ac14af3715aba725ef4b8ece24508fc5824389eb/ghc
>---------------------------------------------------------------
commit ac14af3715aba725ef4b8ece24508fc5824389eb
Author: Austin Seipp <austin at well-typed.com>
Date: Tue Mar 17 11:07:15 2015 -0500
Add release note entry for D716
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
ac14af3715aba725ef4b8ece24508fc5824389eb
libraries/base/changelog.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index e2318a8..2ebad45 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,5 +1,9 @@
# Changelog for [`base` package](http://hackage.haskell.org/package/base)
+## FUTURE VERSION *TBA*
+
+ * `Alt` now has `MonadZip` and `MonadFix` instances.
+
## 4.8.0.0 *TBA*
* Bundled with GHC 7.10.1
More information about the ghc-commits
mailing list