;doc: finalise changelogs for 1.43.1 on 2025-06-03

This commit is contained in:
Simon Michael 2025-06-03 17:41:39 -10:00
parent 871eee9549
commit 847567095d
5 changed files with 42 additions and 0 deletions

View File

@ -16,6 +16,15 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 1.43.1 2025-06-04
- tools:
- Shake changelogs: fix missing blank lines around old heading
- ghcruns-download: make tmp dir
- docs:
RELEASING
# 1.43 2025-06-01
Docs

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.
# 1.43.1 2025-06-04
- Hledger.Query: queryIsAmtOrSym
# 1.43 2025-06-01
- Support GHC 9.12.

View File

@ -22,6 +22,13 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# 1.43.1 2025-06-04
- More error messages were made consistent, hiding call stack etc. [#2367]
- Allow brick 2.9
# 1.43 2025-06-01
Fixes

View File

@ -22,6 +22,13 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# 1.43.1 2025-06-04
Fixes
- Fixed a compilation error when not in the hledger source tree. [#2397]
# 1.43 2025-06-01
Features

View File

@ -25,6 +25,20 @@ API
User-visible changes in the hledger command line tool and library.
# 1.43.1 2025-06-04
Fixes
- `cur:` in posting-based reports like `balance` and `register` once again
filters multicommodity amounts as it should. [#2396]
- More error messages were made consistent, hiding call stack etc. [#2367]
Docs
- Query types: clarify that amt: filters postings [#2396]
- More text encoding corrections/cleanups [#2394]
# 1.43 2025-06-01
## Breaking changes