diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 20a64aa97..a37980bd4 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,6 +9,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.27.1 2022-09-18 + +- Uses hledger-1.27.1 + # 1.27 2022-09-01 Improvements diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 5182d0561..4214a0654 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -9,6 +9,12 @@ __ _____| |__ User-visible changes in hledger-web. See also the hledger changelog. +# 1.27.1 2022-09-18 + +Fixes + +- The add form no longer gives an error when there is just a single file and no file field showing. (#1932) + # 1.27 2022-09-01 Improvements diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 7079e2743..54492125c 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -9,6 +9,14 @@ User-visible changes in the hledger command line tool and library. +# 1.27.1 2022-09-18 + +Fixes + +- Balance commands using `-T -O html` no longer fail with an error + when there is no data to report. + (#1933) + # 1.27 2022-09-01 Features