From 9c72d8a5bbd5c5b7f08c12951c917faaabe1407f Mon Sep 17 00:00:00 2001 From: Andrey Mokhov Date: Sat, 4 Dec 2021 00:36:01 +0000 Subject: [PATCH] Update change log --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5b74cea..53bb202 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## 0.5 +* Allow `transformers-0.6`, see #47. +* Drop dependencies on `mtl` and `tasty`. See #45, #46. * Derive the stock `Eq` and `Ord` instances for `Validation`, see #43. * Add `selectT`, see #42. * Add more general instances for `IdentityT` and `ReaderT`. This is technically