From cc88617c704a7a8db08567987b94e1baf16923b0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 7 Jul 2024 23:30:21 +0100 Subject: [PATCH] ;doc: ui: CHANGES: 1.23: mention the #822 fix --- hledger-ui/CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 4b2cb9b2d..afe437f60 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -295,6 +295,10 @@ Improvements - Require base >=4.11, prevent red squares on Hackage's build matrix. +Fixes + +- Do not display a screen full of .. when there are no transactions. (#822) + API changes - Lenses are now available for UIState etc., saving a lot of boilerplate. (Stephen Morgan)