;doc: update changelogs

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

View File

@ -16,6 +16,9 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 7198211d
# 1.43.1 2025-06-04
- tools:

View File

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

View File

@ -22,6 +22,11 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# 7198211d
- Use hledger-1.43.2
# 1.43.1 2025-06-04
- More error messages were made consistent, hiding call stack etc. [#2367]

View File

@ -22,6 +22,13 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# 7198211d
- Use hledger-1.43.2
- Add missing issue numbers in the changelog
# 1.43.1 2025-06-04
Fixes

View File

@ -25,6 +25,21 @@ API
User-visible changes in the hledger command line tool and library.
# 7198211d
- 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]
- The `add` command's doc now describes how it interacts with balance assertions
and balance assignments. [#2406]
- `aregister` now consistently rounds amounts to display precision again.
(This broke in 1.32.) [#2407]
- Changelog, release notes: mention improved decoding errors [#73];
add missing issue numbers
# 1.43.1 2025-06-04
Fixes