doc: changelog updates from release branch

This commit is contained in:
Simon Michael 2022-02-05 22:09:20 -10:00
parent ef4da90538
commit 71f9c7985f
2 changed files with 8 additions and 3 deletions

View File

@ -35,6 +35,7 @@ For user-visible changes, see the hledger package changelog.
The cost_ record of ReportOpts has been changed to conversionop_.
- Renamed: CommodityLayout to Layout.
(Stephen Morgan)
# 1.24.1 2021-12-10

View File

@ -111,17 +111,21 @@ Fixes
if they have a budget.
(#1800) (Stephen Morgan)
- `roi` now shows TWR correctly when investment is zero and there are several profits/losses per day.
- `roi` now reports TWR correctly
- when there are several PnL changes occurring on a single day
- and also when investment is fully sold/withdrawn/discounted at the end of a particular reporting period.
(#1791) (Dmitry Astapov)
Documentation
- There is a new CONVERSION & COST section, replacing COSTING. (#1554)
[Declaring accounts > Account types]: (https://hledger.org/hledger.html#account-types
- Some problematic interactions of account aliases with other features have been noted. (#1788)
[Declaring accounts > Account types]: (https://hledger.org/hledger.html#account-types
# 1.24.1 2021-12-10
Fixes