diff --git a/CHANGES.md b/CHANGES.md index ffed7d51f..895de382f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,15 +19,17 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. +# 9182e47b + +Infrastructure/Misc + +- Tools updates + +- Fix cabalfilestest: test all cabal files before any hackage upload. + + # 1.42 2025-03-07 -Docs - -- new/updated: ACHIEVEMENTS, CREDITS, FINANCE, MOCKUPS, REGRESSIONS, RELEASING, Scripts -- examples/csv: pooltool-rewards.csv.rule cleanup -- examples: some sample hledger run scripts -- examples: test files for CSV encoding [#2319] - Infrastructure/Misc - Unix bindists in github releases now include the man pages and info manuals. [#2309] diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 21b1fe8a3..42d3056fa 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -22,6 +22,9 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 9182e47b + + # 1.42 2025-03-07 Improvements diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index e4bbfff4c..f5a9d2f7c 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -22,6 +22,11 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 9182e47b + +- allow vty 6.4 + + # 1.42 2025-03-07 Fixes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index cf3e32649..41910e607 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -22,6 +22,11 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 9182e47b + +- Build with hledger 1.42.1. + + # 1.42 2025-03-07 Fixes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 130106ec2..63467b44e 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -23,6 +23,24 @@ API User-visible changes in the hledger command line tool and library. +# 9182e47b + +Fixes + +- Fix a regression in the parsing of single ampersands (&) in csv rules. + (Thomas Miedema, [#2352]) + +- The run and repl commands no longer cache data wrongly when using the --forecast option. + (Dmitry Astapov, [#2345]) + +- The run and repl commands no longer miss a caching opportunity when using --forecast with a period argument. + (Stephen Morgan) + +Docs + +- run, repl: doc fixes (Pranesh Prakash, Simon Michael) + + # 1.42 2025-03-07 Fixes @@ -124,6 +142,10 @@ Docs - Aliases and account types: better troubleshooting command - Beancount output: mention limitations: P and balance assignments - Balance report output: drop outdated note about --tree and HTML [#1846] +- new/updated: ACHIEVEMENTS, CREDITS, FINANCE, MOCKUPS, REGRESSIONS, RELEASING, Scripts +- examples/csv: pooltool-rewards.csv.rule cleanup +- examples: some sample hledger run scripts +- examples: test files for CSV encoding [#2319] Scripts/addons