From ffcd02301e0d0afaa6be3aeb123d55cd37a92471 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 5 Jun 2022 02:05:23 +0100 Subject: [PATCH] ;doc: changelogs: typo --- hledger/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 6052e31b0..4e2e1d5c8 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -40,7 +40,7 @@ Improvements - `hledger check ordereddates` now always checks all transactions (previously it could be restricted by query arguments). -- The `--pivot` options now supports a `status` argument, to pivot on transaction status. +- The `--pivot` option now supports a `status` argument, to pivot on transaction status. - Update bash completions (Jakob Schöttl)