;update changelogs

(cherry picked from commit 03f9b756b35661dc8dac6f10de04e9795d72c4d6)
This commit is contained in:
Simon Michael 2020-12-15 20:40:17 -08:00
parent a764b6137f
commit 8db8992cb5
5 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,11 @@
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
- Fix the topic hierarchy in Info manuals.
# 1.20 2020-12-05 # 1.20 2020-12-05
- examples: clean up & add more budgeting examples - examples: clean up & add more budgeting examples

View File

@ -1,6 +1,11 @@
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
- renamed: updateReportSpecFromOpts -> updateReportSpec[With]
# 1.20 2020-12-05 # 1.20 2020-12-05

View File

@ -1,6 +1,14 @@
User-visible changes in hledger-ui. User-visible changes in hledger-ui.
See also the hledger changelog. See also the hledger changelog.
# 2bce2d9f1
- Fix the F key (toggle future/forecast transactions), which in 1.20
would only work twice. (#1411)
- Fix loss of forecasted transactions when the journal was reloaded
while they were hidden. (#1204)
# 1.20 2020-12-05 # 1.20 2020-12-05
- When entering a query with `/`, malformed queries/regular expressions - When entering a query with `/`, malformed queries/regular expressions

View File

@ -1,6 +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
# 1.20.1 2020-12-06 # 1.20.1 2020-12-06
- don't hang when reloading the journal, eg after adding a transaction - don't hang when reloading the journal, eg after adding a transaction

View File

@ -1,6 +1,12 @@
User-visible changes in the hledger command line tool and library. User-visible changes in the hledger command line tool and library.
# 2bce2d9f1
- In amount-sorted balance reports, equal-balance accounts are now reliably sorted
by name. (Simon Michael, Stephen Morgan)
# 1.20 2020-12-05 # 1.20 2020-12-05
## general ## general