;doc: changelog edits

This commit is contained in:
Simon Michael 2025-06-02 17:13:12 -10:00
parent 80c09f24ee
commit de86b3c3ef
2 changed files with 1 additions and 3 deletions

View File

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

View File

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