diff --git a/CHANGES.md b/CHANGES.md index 17316ccec..008513065 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,8 @@ General changes in the hledger project (and notable all-package releases). For package-specific changes and minor releases, see the hledger package changelogs. -# fb834777a +# 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 a5f83011a..71739d6fd 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -9,7 +9,14 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# f13ac2812 +# 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”. diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 95ab30ab9..689f358d9 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,7 +9,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 0e5ae2baa +# 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 83da4305c..930fee376 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -9,7 +9,8 @@ __ _____| |__ User-visible changes in hledger-web. See also the hledger changelog. -# 0e5ae2baa +# 9444e20c3 +- ;doc: update changelogs - ;doc: update changelogs # 1.24.1 2021-12-10 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 233581246..4c05d3858 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -9,7 +9,27 @@ User-visible changes in the hledger command line tool and library. -# fb834777a +# 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)