diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index ba6f02685..d32000e7c 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,6 +1,12 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 0ce890e5 + +- Drop unnecessary mtl-compat dependency + +- Fix building with GHC 8.0, 8.2 + # 1.16 2019-12-01 - drop support for GHC 7.10, due to MonadFail hassles in JournalReader.hs diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index f307d2008..24671bd74 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,6 +1,10 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 0ce890e5 + +- Drop unnecessary mtl-compat dependency + # 1.16 2019-12-01 - add support for GHC 8.8, base-compat 0.11 (#1090). diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 4aa7de12a..1f6ae2756 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,5 +1,10 @@ User-visible changes in the hledger command line tool and library. +# 0ce890e5 + +- Drop unnecessary mtl-compat dependency + +- Fix building with GHC 8.0, 8.2 # 1.16 2019-12-01 @@ -59,15 +64,14 @@ User-visible changes in the hledger command line tool and library. - roi: don't give an error with empty input data (Dmitry Astapov) -- tests: unit tests are now run by tasty (#1090). +- tests: unit tests are now run by tasty, and show coloured output by default (#1090). Test running options have changed, see the command help. Some unit tests have been collapsed, so the reported test count has dropped a little. ## journal format -- journal: fix generation of periodic transactions with - days/months/... repeat (Dmitry Astapov) +- fix generation of periodic transactions with days/months/... repeat (Dmitry Astapov) ## csv format