summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorDavid Feuer <David.Feuer@gmail.com>2014-11-04 10:13:05 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-11-04 10:31:40 +0100
commit49fde3b6764d4b7bb149ef1c2c56d00cf0878ddb (patch)
treea24d94a4df7d9291ac45fe44d9029cb2bc6f4cf1 /libraries/base/changelog.md
parentce03c4a628c7ed75138c95aff65d85ab01b69a66 (diff)
downloadhaskell-49fde3b6764d4b7bb149ef1c2c56d00cf0878ddb.tar.gz
Add `Alternative` wrapper to Data.Monoid
Complete #9759. Use `coerce` to get nicer definitions of `Sum` and `Product`; update documentation for `First` and `Last`. Reviewed By: hvr Differential Revision: https://phabricator.haskell.org/D422
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 0f892494c3..c3e1fa7240 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -89,6 +89,8 @@
* Update Unicode class definitions to Unicode version 7.0
+ * Add `Alt`, an `Alternative` wrapper, to `Data.Monoid`. (#9759)
+
## 4.7.0.1 *Jul 2014*
* Bundled with GHC 7.8.3