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.