From 65a0518008277734024ed26336c0f621c93118d1 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Mon, 8 Jan 2018 17:05:20 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dc6904047..821fb42a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +0.2.1 +==== + +* Add `transformers-compat` for old versions of transformers that require + `throwE`, `catchE`. +* Fix `safe` version bounds for new versions. +* Add `mapExceptT and `withExceptT`. +* Export `scanl'`. +* Add `putErrLn`. +* Export `RealFloat`. +* Expose `GHC.Records` exports for GHC 8.2 and above. + 0.2 ====