;doc:CHANGES, relnotes:hledger 1.33: fix typo

This commit is contained in:
Simon Michael 2025-10-24 11:00:35 -10:00
parent 54652fa509
commit d97fa51b65
2 changed files with 2 additions and 2 deletions

View File

@ -1969,7 +1969,7 @@ Improvements
medium mathematical space.
- Glob patterns in `$LEDGER_FILE` are now respected.
Eg, setting it to `*.journal'` or `2???.journal` now works as expected.
Eg, setting it to `*.journal` or `2???.journal` now works as expected.
- When hledger is reading a symbolically-linked journal file,
relative paths in include directives are now evaluated

View File

@ -1238,7 +1238,7 @@ Improvements
medium mathematical space.
- Glob patterns in `$LEDGER_FILE` are now respected.
Eg, setting it to `*.journal'` or `2???.journal` now works as expected.
Eg, setting it to `*.journal` or `2???.journal` now works as expected.
- When hledger is reading a symbolically-linked journal file,
relative paths in include directives are now evaluated