;update changelogs

(cherry picked from commit 452149dfc87f2044ba6d16c2e55cab5957289b65)
This commit is contained in:
Simon Michael 2020-12-15 20:49:35 -08:00
parent 8db8992cb5
commit 47ab7a50a3
5 changed files with 19 additions and 7 deletions

View File

@ -1,7 +1,9 @@
General/project-related changes in the hledger project. General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs. For package-specific changes, see the package changelogs.
# 0261a2bfd # 03f9b756b
- Fix the topic hierarchy in Info manuals. - Fix the topic hierarchy in Info manuals.

View File

@ -1,7 +1,9 @@
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.
# 2bce2d9f1 # 1.20.1 2020-12-15
- renamed: updateReportSpecFromOpts -> updateReportSpec[With] - renamed: updateReportSpecFromOpts -> updateReportSpec[With]

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-ui. User-visible changes in hledger-ui.
See also the hledger changelog. See also the hledger changelog.
# 2bce2d9f1 # 1.20.1 2020-12-15
- Fix the F key (toggle future/forecast transactions), which in 1.20 - Fix the F key (toggle future/forecast transactions), which in 1.20
would only work twice. (#1411) would only work twice. (#1411)

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-web. User-visible changes in hledger-web.
See also the hledger changelog. See also the hledger changelog.
# 2bce2d9f1 # 42bc7465e
# 1.20.1 2020-12-06 # 1.20.1 2020-12-06

View File

@ -1,10 +1,14 @@
User-visible changes in the hledger command line tool and library. User-visible changes in the hledger command line tool and library.
# 2bce2d9f1 # 1.20.1 2020-12-15
- In amount-sorted balance reports, equal-balance accounts are now reliably sorted
by name. (Simon Michael, Stephen Morgan)
- bal, bs, cf, is: In amount-sorted balance reports, equal-balance accounts
are now reliably sorted by name. (Simon Michael, Stephen Morgan)
- help: Fix the topic hierarchy in Info manuals.
# 1.20 2020-12-05 # 1.20 2020-12-05