From de86b3c3efb8c4c3419eaebce101cb5f74875243 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Jun 2025 17:13:12 -1000 Subject: [PATCH] ;doc: changelog edits --- hledger-ui/CHANGES.md | 2 -- hledger/CHANGES.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index bea843270..b69aad8c5 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -29,8 +29,6 @@ Fixes - Require fsnotify >=0.4.2.0, which fixes some events being ignored on mac, possibly making hledger-ui --watch more reliable in this regard. -- Require extra >=1.7.11, possibly fixing the stack810.yaml build. (Thomas Miedema) - Improvements - CLI error messages now have consistent clean format independent of GHC version. [#2367] diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 61e2359de..815a58761 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -73,7 +73,7 @@ User-visible changes in the hledger command line tool and library. Unlike `expr:"BOOLEANQUERY"`, where the parts of the boolean query are allowed to match different postings in the transaction, - with `any:` and `all:` the entire boolean query must match match a single posting. + with `any:` and `all:` the entire boolean query must match a single posting. `any:` matches the transaction if any posting is matched, `all:` matches the transaction if all postings are matched.