;changelogs

This commit is contained in:
Simon Michael 2020-06-20 18:24:15 -07:00
parent 6bfbecf662
commit 128836f6f8
5 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,10 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# ec1a8c72
- provide CI binaries for windows, mac & gnu/linux
# 1.18 2020-06-07
- new example scripts:

View File

@ -1,6 +1,10 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 6bfbecf6
- fix some doc typos (Martin Michlmayr)
# 1.18 2020-06-07
- added: getHledgerCliOpts', takes an explicit argument list

View File

@ -1,6 +1,10 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 3ade9750
- Fix regression in 'F' (#1255) (Dmitry Astapov)
# 1.18 2020-06-07
- builds with hledger 1.18

View File

@ -1,6 +1,10 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# fae1cc26
- fix some doc typos (Martin Michlmayr)
# 1.18 2020-06-07
- The filter query is now preserved when clicking a different account

View File

@ -1,6 +1,17 @@
User-visible changes in the hledger command line tool and library.
# 06c174b2
- journal: document recursive wildcards
- by default, value reports work as in 1.17; to infer market prices from
transactions, add the new --infer-value flag. (#1239, #1253)
- organise debug output better
- print: fixes for "hledger print -O csv" output (Dmitry Astapov)
# 1.18 2020-06-07
## General