doc: changelogs

This commit is contained in:
Simon Michael 2022-09-18 10:02:25 -10:00
parent e7c8825984
commit a3c2e2c1ba
5 changed files with 20 additions and 5 deletions

View File

@ -9,7 +9,7 @@
General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 3e4f5f041
# e7c882598
# 1.27 2022-09-01

View File

@ -9,7 +9,7 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 0a501941e
# a2be9a0bc
# 1.27 2022-09-01

View File

@ -9,7 +9,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 0017281a6
# a2be9a0bc
Features
@ -31,6 +31,10 @@ Fixes
- Fixed a possible bug with detecting a change of date in --watch mode.
# 1.27.1 2022-09-18
- Uses hledger-1.27.1
# 1.27 2022-09-01
Improvements

View File

@ -9,7 +9,12 @@ __ _____| |__
User-visible changes in hledger-web.
See also the hledger changelog.
# 509459604
# a2be9a0bc
- dev: web: start also tracking manual hledger-web tests
related: #1932
# 1.27.1 2022-09-18
Fixes

View File

@ -9,7 +9,9 @@
User-visible changes in the hledger command line tool and library.
# 65019f72b
# a2be9a0bc
Features
Improvements
@ -18,6 +20,10 @@ Improvements
Fixes
# 1.27.1 2022-09-18
Fixes
- Balance commands using `-T -O html` no longer fail with an error
when there is no data to report.
(#1933)