From 425540e8ca1d4fd5ce2293117c8189ae9df5f729 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 16 May 2025 12:18:45 -1000 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 7 +++++++ hledger-lib/CHANGES.md | 5 +++++ hledger-ui/CHANGES.md | 16 ++++++++++++++++ hledger-web/CHANGES.md | 9 +++++++++ hledger/CHANGES.md | 17 +++++++++++++++++ 5 files changed, 54 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 803fd3a59..22387e352 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 96d72188c..6aac91892 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 783b91139..7b1eb9e1f 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -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 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 9965849dd..1f05d0628 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -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. diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index d176e2a96..0e992b126 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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