;doc: update changelogs

This commit is contained in:
Simon Michael 2023-06-13 22:04:33 -10:00
parent 0bb4abca27
commit 79a1f1dd97
5 changed files with 23 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -21,7 +21,7 @@ API
User-visible changes in hledger-ui.
See also the hledger changelog.
# 5410f8795
# 57cc76ae2
Breaking changes

View File

@ -21,7 +21,7 @@ API
User-visible changes in hledger-web.
See also the hledger changelog.
# 5410f8795
# 57cc76ae2
Breaking changes

View File

@ -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