diff --git a/CHANGES.md b/CHANGES.md index 008513065..7b2274fe2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,8 +10,6 @@ General changes in the hledger project (and notable all-package releases). For package-specific changes and minor releases, see the hledger package changelogs. # 9444e20c3 -- ;doc: update changelogs -- ;fix: doc: update help/help-feedback links (#1807) - stack: note 9.0.2 blocker diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 71739d6fd..0265e2021 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -10,17 +10,6 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. # f36ab179c -- ;doc: add interim note re ConversionOp (#1808) - -- fix: cost: Add inferred equity postings during journal finalisation, so they can be matched by queries. (Stephen Morgan) - -- imp: check: Do not check commodities for zero amounts with empty commodity. (#1767) (Stephen Morgan) - -- ;doc: update changelogs -- imp: smartdates: Simplify and generalise the SmartDate constructor and parsers to allow for arbitrary numbers of periods in relative dates. (Stephen Morgan) - We now accept smart dates like “in 5 days, 5 weeks ahead, in -6 months, 2 quarters ago”. - -- ;doc: update changelogs Improvements diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 689f358d9..51041a325 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -10,10 +10,6 @@ User-visible changes in hledger-ui. See also the hledger changelog. # 57d055b64 -- fix: cost: Add inferred equity postings during journal finalisation, so they can be matched by queries. (Stephen Morgan) - -- ;doc: update changelogs -- ;doc: update changelogs # 1.24.1 2021-12-10 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 930fee376..01eb7b2d7 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -10,8 +10,6 @@ User-visible changes in hledger-web. See also the hledger changelog. # 9444e20c3 -- ;doc: update changelogs -- ;doc: update changelogs # 1.24.1 2021-12-10 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 4c05d3858..345419fc3 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -10,32 +10,6 @@ User-visible changes in the hledger command line tool and library. # 1716a3e55 -- ;doc: roi: dear lord fix links again - -- ;doc: roi: make links useful in plain text docs - And update how-to url. - -- ;doc: roi: fix link - -- ;doc: roi: formatting - -- fix: cost: Add inferred equity postings during journal finalisation, so they can be matched by queries. (Stephen Morgan) - -- ;doc: describe no-symbol commodity checking (#1772) - -- imp: check: Do not check commodities for zero amounts with empty commodity. (#1767) (Stephen Morgan) - -- ;doc: update manuals - -- ;doc: update CLI usage texts - -- ;doc: update changelogs -- ;fix: doc: update help/help-feedback links (#1807) - -- imp: smartdates: Simplify and generalise the SmartDate constructor and parsers to allow for arbitrary numbers of periods in relative dates. (Stephen Morgan) - We now accept smart dates like “in 5 days, 5 weeks ahead, in -6 months, 2 quarters ago”. - -- ;doc: update changelogs Features @@ -70,13 +44,21 @@ Features Improvements +- `check commodities` now always accepts zero amounts with no commodity symbol. + (#1767) (Stephen Morgan) + +- We now accept smart dates like “in 5 days, 5 weeks ahead, in -6 months, 2 quarters ago” + (an arbitrary number of some period into the future or past). + (Stephen Morgan) + - CSV output now always disables digit group marks (eg, thousands separators), making it more machine readable by default. (#1771) (Stephen Morgan) Fixes -- ;roi: fixes #1791 (fix TWR when investment=0, several pnls per day) (Dmitry Astapov) +- `roi` now shows TWR correctly when investment is zero and there are several profits/losses per day. + (#1791) (Dmitry Astapov) Documentation