;changelogs

This commit is contained in:
Simon Michael 2020-06-22 12:24:01 -07:00
parent 368297102d
commit 176011905e
5 changed files with 30 additions and 0 deletions

View File

@ -1,6 +1,13 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# a7bb6b92
- ci: separate quick and full tests again, update
The linux full tests no longer test GHC 8.0,
and all full tests now always compile all modules
and generate optimised binaries.
# 1.18.1 2020-06-21
- provide CI binaries for windows, mac & gnu/linux

View File

@ -1,6 +1,8 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 36829710
# 1.18.1 2020-06-21
- fix some doc typos (Martin Michlmayr)

View File

@ -1,6 +1,8 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# ce4de7ae
# 1.18.1 2020-06-21
- Fix regression in 'F' (#1255) (Dmitry Astapov)

View File

@ -1,6 +1,8 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# ce4de7ae
# 1.18.1 2020-06-21
- fix some doc typos (Martin Michlmayr)

View File

@ -1,6 +1,23 @@
User-visible changes in the hledger command line tool and library.
# 36829710
- csv: speed up csv conversion performance when there are a lot of
conditional rules (Dmitry Astapov)
- csv: add "if tables" to csv rules, a more compact format for conditional
rules (Dmitry Astapov)
- csv: fix a bug in the csv rules parser that was causing vague parse error
messages (Dmitry Astapov)
- print: sql output format (Dmitry Astapov)
- bs,cf,is: --no-total hides subtotals as well as the grand total (Stephen Morgan)
- roi: show errors without a traceback
# 1.18.1 2020-06-21
- journal: document recursive wildcards