diff --git a/CHANGES.md b/CHANGES.md index 27a8348af..f231cde24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 80c06305f..2ea60932d 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index d6b011e2f..297229f4d 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -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) diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index dddf6c511..896c0afc9 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -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) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index b85f74c7d..6e777f0c4 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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