From 41710698eedc66fb0bfc5623d3c3a672421fbab5 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Fri, 24 Mar 2017 10:14:49 +0000 Subject: [PATCH] note about unzip exposure --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index e35c6e98b..dfbc7cfea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ * Export `Data.Semigroup` type and functions for Base 4.9 only. * Restrict exported symbols from ``async`` to set available in 2.0. * Add `(&&^)`, `(||^)`, `(<&&>)`, `(<||>)` +* Expose `unzip`. 0.1.9 ====