;doc: update changelogs
This commit is contained in:
parent
e0fb08ee9b
commit
cc95eca1ce
@ -16,6 +16,9 @@ General changes in the hledger project.
|
|||||||
For package-specific changes, see the hledger package changelogs.
|
For package-specific changes, see the hledger package changelogs.
|
||||||
|
|
||||||
|
|
||||||
|
# 7198211d
|
||||||
|
|
||||||
|
|
||||||
# 1.43.1 2025-06-04
|
# 1.43.1 2025-06-04
|
||||||
|
|
||||||
- tools:
|
- tools:
|
||||||
|
|||||||
@ -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.
|
For user-visible changes, see the hledger package changelog.
|
||||||
|
|
||||||
|
|
||||||
|
# 7198211d
|
||||||
|
|
||||||
|
- Hledger.Utils.IO: rename exitOnError -> handleExit, improve doc
|
||||||
|
|
||||||
|
|
||||||
# 1.43.1 2025-06-04
|
# 1.43.1 2025-06-04
|
||||||
|
|
||||||
- Hledger.Query: queryIsAmtOrSym
|
- Hledger.Query: queryIsAmtOrSym
|
||||||
|
|||||||
@ -22,6 +22,11 @@ User-visible changes in hledger-ui.
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
|
||||||
|
# 7198211d
|
||||||
|
|
||||||
|
- Use hledger-1.43.2
|
||||||
|
|
||||||
|
|
||||||
# 1.43.1 2025-06-04
|
# 1.43.1 2025-06-04
|
||||||
|
|
||||||
- More error messages were made consistent, hiding call stack etc. [#2367]
|
- More error messages were made consistent, hiding call stack etc. [#2367]
|
||||||
|
|||||||
@ -22,6 +22,13 @@ User-visible changes in hledger-web.
|
|||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
|
|
||||||
|
# 7198211d
|
||||||
|
|
||||||
|
- Use hledger-1.43.2
|
||||||
|
|
||||||
|
- Add missing issue numbers in the changelog
|
||||||
|
|
||||||
|
|
||||||
# 1.43.1 2025-06-04
|
# 1.43.1 2025-06-04
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|||||||
@ -25,6 +25,21 @@ API
|
|||||||
User-visible changes in the hledger command line tool and library.
|
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
|
# 1.43.1 2025-06-04
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user