From 81f228cf7f2bf6785152b307d21ae5139f64b630 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Sep 2025 15:27:15 -1000 Subject: [PATCH] ;doc:changelogs, relnotes:1.50.2 --- CHANGES.md | 4 ++++ doc/relnotes.md | 45 ++++++++++++++++++++++++++++++++++++++++++ hledger-lib/CHANGES.md | 2 ++ hledger-ui/CHANGES.md | 5 +++++ hledger-web/CHANGES.md | 5 +++++ hledger/CHANGES.md | 22 +++++++++++++++++++++ 6 files changed, 83 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f587b99bb..26aabaff4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -51,6 +51,10 @@ Infrastructure/Misc - just ghci-ui: :main (and :rmain) now works again +# 1.50.2 2025-09-26 + +# 1.50.1 2025-09-16 + # 1.50 2025-09-03 Doc updates diff --git a/doc/relnotes.md b/doc/relnotes.md index ab50a822e..76478f97c 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -75,6 +75,51 @@ Major releases and user-visible changes, collected from the changelogs ( +## 2025-09-26 hledger-1.50.2 + + +### hledger 1.50.2 + + +Fixes + +- The CSV `encoding` rule is now respected when using the rules file as input file. This was a regression in 1.50. + Also, the text decoding error message has been clarified; it now mentions a possible CSV encoding. + [#2465] + +- The doc for `--depth` has been clarified, and now mentions the use of quotes. + (Quả Cầu, Simon Michael, [hledger_site#140]) + +- A typo was fixed in the --depth example in `register`'s doc. + ([hledger_site#140], reported by Quả Cầu) + +- Our package bounds now avoid hashtables 1.3.x, which fails to build with some gcc versions + (see https://github.com/gregorycollins/hashtables/issues/97)). + (hseg, [#2463]) + +[#2463]: https://github.com/simonmichael/hledger/issues/2463 +[#2465]: https://github.com/simonmichael/hledger/issues/2465 + + +### hledger-ui 1.50.2 + + +- Uses hledger 1.50.2 + + +### hledger-web 1.50.2 + + +- Uses hledger 1.50.2 + + +### credits 1.50.2 + +Simon Michael (@simonmichael),, +hseg (@hseg),. + + + ## 2025-09-16 hledger-1.50.1 ### hledger 1.50.1 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 28af3b44b..0a9ca6e19 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -30,6 +30,8 @@ Improvements - readHandlePortably, readHandlePortably' -> hGetContentsPortably +# 1.50.2 2025-09-26 + # 1.50.1 2025-09-16 # 1.50 2025-09-03 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index d93e0dfc3..cd7eff763 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -38,6 +38,11 @@ Docs API +# 1.50.2 2025-09-26 + +- Uses hledger 1.50.2 + + # 1.50.1 2025-09-16 Fixes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 64ea05a37..034653bd0 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -38,6 +38,11 @@ Docs API +# 1.50.2 2025-09-26 + +- Uses hledger 1.50.2 + + # 1.50.1 2025-09-16 - Uses hledger 1.50.1 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 52d5fcc63..ae9e645fb 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -59,6 +59,28 @@ API - renamed withJournalDo -> withJournal. The old name is still available but deprecated. +# 1.50.2 2025-09-26 + +Fixes + +- The CSV `encoding` rule is now respected when using the rules file as input file. This was a regression in 1.50. + Also, the text decoding error message has been clarified; it now mentions a possible CSV encoding. + [#2465] + +- The doc for `--depth` has been clarified, and now mentions the use of quotes. + (Quả Cầu, Simon Michael, [hledger_site#140]) + +- A typo was fixed in the --depth example in `register`'s doc. + ([hledger_site#140], reported by Quả Cầu) + +- Our package bounds now avoid hashtables 1.3.x, which fails to build with some gcc versions + (see https://github.com/gregorycollins/hashtables/issues/97)). + (hseg, [#2463]) + +[#2463]: https://github.com/simonmichael/hledger/issues/2463 +[#2465]: https://github.com/simonmichael/hledger/issues/2465 + + # 1.50.1 2025-09-16 Fixes