;doc: changelogs

This commit is contained in:
Simon Michael 2019-12-03 08:25:37 -08:00
parent b7bea5698e
commit 6ae837f820
5 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,9 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# 87d04911
# 1.16 2019-12-01
- add support for GHC 8.8, base-compat 0.11 (#1090)

View File

@ -1,7 +1,9 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 0ce890e5
# e032eff8
- Drop unnecessary mtl-compat dependency

View File

@ -1,6 +1,9 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# d922b6e7
# 1.16 2019-12-01
- add support for GHC 8.8, base-compat 0.11 (#1090)

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# 0ce890e5
# 439cb2e5
- Drop old json dependency (#1190)
- Drop unnecessary mtl-compat dependency

View File

@ -1,6 +1,8 @@
User-visible changes in the hledger command line tool and library.
# 0ce890e5
# ca08951a
- Drop unnecessary mtl-compat dependency