;doc: ui: CHANGES: 1.23: mention the #822 fix

This commit is contained in:
Simon Michael 2024-07-07 23:30:21 +01:00
parent 2f7eae0e35
commit cc88617c70

View File

@ -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)