;doc: changelogs

[ci skip]
This commit is contained in:
Simon Michael 2019-08-30 21:26:23 -07:00
parent 63fec5a8a8
commit c2736be4aa
6 changed files with 21 additions and 6 deletions

View File

@ -1,7 +1,11 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# cc9d7f8a
# 63fec5a8
- install: update resolver to lts-13.27 for freebsd12 (zieone)
- site: remove site/, which has moved to its own hledger_site repo
- stop building hledger-api

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-api.
See also the hledger changelog.
# 53b995bc
# da671880
- api: set upper bound for swagger2

View File

@ -1,7 +1,7 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 62e96b1b
# f55985eb
Removals include:

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# c7f9356f
# 81c58f34

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# e70c7123
# 81c58f34
- web: ?sidebar= hides the sidebar, like ?sidebar=0

View File

@ -1,7 +1,12 @@
User-visible changes in the hledger command line tool and library.
# 5bc1e774
# 65692b0e
- help: don't require a journal file
- reg: show negative amounts in red, like balance and Ledger
## General