;doc:changelogs, relnotes:1.50.2
This commit is contained in:
parent
79cda7b457
commit
81f228cf7f
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -38,6 +38,11 @@ Docs
|
||||
API
|
||||
|
||||
|
||||
# 1.50.2 2025-09-26
|
||||
|
||||
- Uses hledger 1.50.2
|
||||
|
||||
|
||||
# 1.50.1 2025-09-16
|
||||
|
||||
Fixes
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user