diff options
author | Austin Seipp <austin@well-typed.com> | 2015-03-17 11:07:15 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-03-17 11:07:15 -0500 |
commit | ac14af3715aba725ef4b8ece24508fc5824389eb (patch) | |
tree | 83adebb437d1d98af0c7907d494d9d97c3d59dc2 | |
parent | 3f3782df63f7c55382a25687a8e5c7f64202fa0a (diff) | |
download | haskell-ac14af3715aba725ef4b8ece24508fc5824389eb.tar.gz |
Add release note entry for D716
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r-- | libraries/base/changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index e2318a8d92..2ebad4517f 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 |