From 79a1f1dd97018e925b67b82b1ae974b2fd0ae1ec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 13 Jun 2023 22:04:33 -1000 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 4 +++- hledger-lib/CHANGES.md | 2 +- hledger-ui/CHANGES.md | 2 +- hledger-web/CHANGES.md | 2 +- hledger/CHANGES.md | 18 +++++++++++++++++- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e4f1b71d3..f057a0c64 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,12 +18,14 @@ Infrastructure General changes in the hledger project. For package-specific changes, see the hledger package changelogs. -# fc9908890 +# 0bb4abca2 Scripts/addons Examples +- RPG ledger (Eric Mertens) + Docs Infrastructure diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 50dd905c6..84129936e 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -13,7 +13,7 @@ Misc. changes Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# 5410f8795 +# 068cec31e Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 0519adfb4..27b1dba66 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -21,7 +21,7 @@ API User-visible changes in hledger-ui. See also the hledger changelog. -# 5410f8795 +# 57cc76ae2 Breaking changes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 9cd87db0e..da3788949 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -21,7 +21,7 @@ API User-visible changes in hledger-web. See also the hledger changelog. -# 5410f8795 +# 57cc76ae2 Breaking changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 2d2d30d52..cd651a62b 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -21,14 +21,30 @@ API User-visible changes in the hledger command line tool and library. -# 98d53b42e +# 068cec31e Breaking changes +- More relaxed multicommodity transaction checking: + hledger 1.29 and 1.30 were over-strict, raiding an error for + transactions with equity conversion postings whose matching + non-equity postings couldn't be auto-detected, even though otherwise valid. + This is no longer considered an error; such transactions are accepted, + and --infer-cost has no effect on them. This is similar to the behaviour + of --cost, --infer-equity, and --infer-market-prices. + (#2045) + Features +- Multipivot: --pivot now accepts multiple colon-delimited arguments, + to construct account names from multiple fields. + (#2050, Eric Mertens) + Improvements +- With --pivot, `desc` is now the preferred spelling for + pivoting on description. + Fixes Docs