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.