;doc: finalise changelogs for 1.43.1 on 2025-06-03
This commit is contained in:
parent
871eee9549
commit
847567095d
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user