From 6da0d42e8d4b21947c24ad71604c21fc4b29ba61 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sun, 4 Dec 2016 08:46:11 +0000 Subject: [PATCH] updated changelog --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8d116dba1..3cfe82cde 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +0.1.11 +==== + +* Expose `Symbol` and `Nat` types from `GHC.TypeLits` by default. +* Switch exported `(<>)` to be from `Data.Monoid` instead of Semigroup. +* Expose `putByteString` and `putLByteString` monomorphic versions of `putStrLn` functions + 0.1.9 ==== @@ -37,3 +44,5 @@ 0.1.5 ===== + +* Initial release.