;doc: finalise changelogs for 1.43.2 on 2025-06-13

This commit is contained in:
Simon Michael 2025-06-13 11:15:44 -10:00
parent cc95eca1ce
commit d3c86bafdf
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 7198211d
# 1.43.2 2025-06-13
# 1.43.1 2025-06-04

View File

@ -22,7 +22,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 7198211d
# 1.43.2 2025-06-13
- Hledger.Utils.IO: rename exitOnError -> handleExit, improve doc

View File

@ -22,7 +22,7 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# 7198211d
# 1.43.2 2025-06-13
- Use hledger-1.43.2

View File

@ -22,7 +22,7 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# 7198211d
# 1.43.2 2025-06-13
- Use hledger-1.43.2

View File

@ -25,7 +25,7 @@ API
User-visible changes in the hledger command line tool and library.
# 7198211d
# 1.43.2 2025-06-13
- hledger no longer shows an error message or exits with error status
when its output is truncated in a piped command. (This broke in 1.43.) [#2405]