From 5bde33baf7f4decc0eb4f6fa59266219e6f389ab Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 28 Apr 2023 11:41:53 +0200 Subject: [PATCH] Update/Correct changelog --- ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index a4b7b7f..350eb9c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,10 @@ # Revision history for butcher -## 2.0.0.0 -- Sept 2020 +## 2.0.0.0 -- May 2023 Large internal refactor including some breaking API changes. +- Support ghc-9.0 and ghc-9.2 - Add the "Applicative" interface in addition to the existing "Monadic" one. This is slightly less expressive but conceptually cleaner/safer (and its implementation is nicer). For best readability you may need `ApplicativeDo`.