From 5707abbd69a62358e1df006d1419e37716a24611 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 4 Mar 2022 20:25:42 -1000 Subject: [PATCH] doc: changelog tweaks --- hledger/CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 99e6b1c0f..49163a3ee 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -74,7 +74,8 @@ Features ([#1554](https://github.com/simonmichael/hledger/issues/1554)) (Stephen Morgan, Simon Michael) -- Normalised, easy-to-process "tidy" CSV data can now be generated with `--layout tidy -O csv`. +- Balance commands (`bal`, `bs` etc.) can now generate easy-to-process "tidy" CSV data + with `-O csv --layout tidy`. In tidy data, every variable is a column and each row represents a single data point (cf ). ([#1768](https://github.com/simonmichael/hledger/issues/1768),