;doc: update changelogs

This commit is contained in:
Simon Michael 2025-05-16 12:18:45 -10:00
parent 5b99442b19
commit 425540e8ca
5 changed files with 54 additions and 0 deletions

View File

@ -19,6 +19,13 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# dbcb400e
Docs
- relnotes: fix links to hackage changelogs
# 1.42.1 2025-03-12
Infrastructure/Misc

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.
# dbcb400e
- Require extra >= 1.7.11, fixing the stack8.10.yaml build. (Thomas Miedema)
# 1.42.1 2025-03-12

View File

@ -22,6 +22,22 @@ User-visible changes in hledger-ui.
See also the hledger changelog.
# dbcb400e
Fixes
- Require fsnotify-0.4.2.0+/hfsevents-0.1.8+, which fixes some events
being ignored on mac (see https://github.com/luite/hfsevents/pull/19),
which should help `hledger-ui --watch` a little.
- Require extra >= 1.7.11, fixing the stack8.10.yaml build. (Thomas Miedema)
Docs
- Update --watch notes
- Drop obsolete Windows non-support note
# 1.42.1 2025-03-12
- allow vty 6.4

View File

@ -22,6 +22,15 @@ User-visible changes in hledger-web.
See also the hledger changelog.
# dbcb400e
Fixes
- Don't hang when saving a large file (this broke in 1.42). [#2319]
- Require extra >= 1.7.11, fixing the stack8.10.yaml build. (Thomas Miedema)
# 1.42.1 2025-03-12
- Build with hledger 1.42.1.

View File

@ -23,6 +23,23 @@ API
User-visible changes in the hledger command line tool and library.
# dbcb400e
Fixes
- The test command can pass options to tasty again (this broke in 1.42).
Also, any arguments before -- are now passed to tasty as test-selecting -p options.
[#2386]
- Require extra >= 1.7.11, fixing the stack8.10.yaml build. (Thomas Miedema)
Docs
- CSV encoding: fix inaccurate list of encoding names. [#2354]
- Fix broken links to "Commodity display style". (Simon Michael, J.B. Rainsberger [hledger_site#132])
- Misc. edits/fixes: beancount output, commands list, balance command, hledger-iadd link, csv tutorial link
# 1.42.1 2025-03-12
Fixes