summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Meysmans <contact@mettekou.com>2016-07-20 09:54:55 +0200
committerBen Gamari <ben@smart-cactus.org>2016-07-20 15:17:50 +0200
commita0f83a628cc6a00f948662f88e711c2a37bfda60 (patch)
tree0e69761cd0e5735a1704dd2f8c08cca1ab81fec5 /docs
parentcac3fb06f4b282eee21159c364c4d08e8fdedce9 (diff)
downloadhaskell-a0f83a628cc6a00f948662f88e711c2a37bfda60.tar.gz
Data.Either: Add fromLeft and fromRight (#12402)
Reviewers: austin, hvr, RyanGlScott, bgamari Reviewed By: RyanGlScott, bgamari Subscribers: RyanGlScott, thomie Differential Revision: https://phabricator.haskell.org/D2403 GHC Trac Issues: #12402
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.2.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.2.1-notes.rst b/docs/users_guide/8.2.1-notes.rst
index 5f45bf1002..27b49efa7e 100644
--- a/docs/users_guide/8.2.1-notes.rst
+++ b/docs/users_guide/8.2.1-notes.rst
@@ -98,6 +98,8 @@ See ``changelog.md`` in the ``base`` package for full release notes.
- Version number 4.10.0.0 (was 4.9.0.0)
+- ``Data.Either`` now provides ``fromLeft`` and ``fromRight``
+
binary
~~~~~~