From 21be7f290823943a9b484edb23d3b384b5f94d69 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sat, 2 Jul 2016 13:50:31 -0400 Subject: [PATCH] Fix 0.1.6 changelog. --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2330e0a6f..0ba14b036 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,7 @@ * Removes ``throw`` and ``assert`` from ``Control.Exception`` exports. * Removes ``unsafeShiftL`` and ``unsafeShiftR`` from ``Data.Bits`` exports. * Reexport ``throw`` as ``unsafeThrow`` via Unsafe module. -* Hides all Show class functions. Only the Class itself is exported. Forbids -* custom instances that are not GHC derived. +* Hides all Show class functions. Only the Class itself is exported. Forbids custom instances that are not GHC derived. * Export`` encodeUtf8`` and ``decodeUtf8`` functions by default. * Adds ``unsnoc`` function.