summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.8.1-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index c98c7e386c..ea38029a0a 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -149,6 +149,10 @@ Template Haskell
a representational one. There is really no reason to care about the
type of the underlying object.
+- The functions ``zipWith3`` and ``zip3`` in ``Prelude`` can now fuse,
+ together with ``zipWith4`` to ``zipWith7`` as well as their
+ tuple counterparts in ``Data.List``.
+
Build system
~~~~~~~~~~~~