Fix 0.1.6 changelog.

This commit is contained in:
Stephen Diehl
2016-07-02 13:50:31 -04:00
parent f0fd11791c
commit 21be7f2908
+1 -2
View File
@@ -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.