Update/Correct changelog

devtest
Lennart Spitzner 2023-04-28 11:41:53 +02:00
parent 0f87ce032b
commit 5bde33baf7
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# Revision history for butcher # Revision history for butcher
## 2.0.0.0 -- Sept 2020 ## 2.0.0.0 -- May 2023
Large internal refactor including some breaking API changes. 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. - Add the "Applicative" interface in addition to the existing "Monadic" one.
This is slightly less expressive but conceptually cleaner/safer (and its This is slightly less expressive but conceptually cleaner/safer (and its
implementation is nicer). For best readability you may need `ApplicativeDo`. implementation is nicer). For best readability you may need `ApplicativeDo`.