;doc: update changelogs

This commit is contained in:
Simon Michael 2022-01-21 08:32:29 -10:00
parent 1716a3e55c
commit 8daef36c29
5 changed files with 37 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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