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),