;doc: update changelogs
This commit is contained in:
parent
0bb4abca27
commit
79a1f1dd97
@ -18,12 +18,14 @@ Infrastructure
|
|||||||
General changes in the hledger project.
|
General changes in the hledger project.
|
||||||
For package-specific changes, see the hledger package changelogs.
|
For package-specific changes, see the hledger package changelogs.
|
||||||
|
|
||||||
# fc9908890
|
# 0bb4abca2
|
||||||
|
|
||||||
Scripts/addons
|
Scripts/addons
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
|
||||||
|
- RPG ledger (Eric Mertens)
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
|
|
||||||
Infrastructure
|
Infrastructure
|
||||||
|
|||||||
@ -13,7 +13,7 @@ Misc. changes
|
|||||||
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
||||||
For user-visible changes, see the hledger package changelog.
|
For user-visible changes, see the hledger package changelog.
|
||||||
|
|
||||||
# 5410f8795
|
# 068cec31e
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ API
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# 5410f8795
|
# 57cc76ae2
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@ API
|
|||||||
User-visible changes in hledger-web.
|
User-visible changes in hledger-web.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# 5410f8795
|
# 57cc76ae2
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
|
|
||||||
|
|||||||
@ -21,14 +21,30 @@ API
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
# 98d53b42e
|
# 068cec31e
|
||||||
|
|
||||||
Breaking changes
|
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
|
Features
|
||||||
|
|
||||||
|
- Multipivot: --pivot now accepts multiple colon-delimited arguments,
|
||||||
|
to construct account names from multiple fields.
|
||||||
|
(#2050, Eric Mertens)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
- With --pivot, `desc` is now the preferred spelling for
|
||||||
|
pivoting on description.
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user