From 03c1193e543b739d2b482a10abac7701582309df Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Nov 2020 21:10:45 -1000 Subject: [PATCH] ;changelog tweak --- hledger/CHANGES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index f56ba0d91..4066f53e0 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -3,8 +3,11 @@ User-visible changes in the hledger command line tool and library. # 093c11ec -- Console rendering is more efficient, speeding up most reports by - around 30% (Stephen Morgan) +- Query terms containing quotes (eg to match account names containing quotes) + now work properly (#1368, Stephen Morgan) + +- Console rendering is more efficient, speeding up some reports by + 10% or more (Stephen Morgan) - Amount eliding no longer displays corrupted ANSI codes (#1352, Stephen Morgan)