;doc: bump changelogs to latest revision

This commit is contained in:
Simon Michael 2021-03-08 15:16:54 -08:00
parent ec4d131d22
commit faf68f3def
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
General project-related changes and major/notable all-package releases.
For package-specific changes and minor releases, see the package changelogs.
# fce0a690d
# ec4d131d2
- Merge branch 'bash-completion' (#1410)
An extensive overhaul by @zhelezov of the bash programmable
completions in shell-completions/.

View File

@ -1,7 +1,7 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# efb37c334
# ec4d131d2
- lib: Default to PeriodChange report when using ValueChangeReport. (Stephen Morgan)
- lib,cli: Restore old --change option for per-period summation, use --sum for basic ValueChange balance report. (Stephen Morgan)

View File

@ -1,7 +1,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# ffb985f1a
# ec4d131d2
- ui, web: make --man and --info work, similar to hledger
(cf #1410)

View File

@ -1,7 +1,7 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# ffb985f1a
# ec4d131d2
- ui, web: make --man and --info work, similar to hledger
(cf #1410)

View File

@ -1,7 +1,7 @@
User-visible changes in the hledger command line tool and library.
# 3a7c578f2
# ec4d131d2
- test: Test bal --valuechange throws an error for bad --value options. (Stephen Morgan)
- lib: Default to PeriodChange report when using ValueChangeReport. (Stephen Morgan)