From c24f04823ac93e160890a3e6681a2d850c19b655 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 21 Jun 2020 09:40:16 -0700 Subject: [PATCH] ;doc: clarify print changelog --- hledger/CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 39b4b7de5..b85f74c7d 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -10,7 +10,9 @@ User-visible changes in the hledger command line tool and library. - organise debug output better -- print: fixes for "hledger print -O csv" output (Dmitry Astapov) +- print: amounts in csv output now have commodity symbol, digit group + separators and prices removed (Dmitry Astapov) + # 1.18 2020-06-07