From 52210cd114a27ed625e3c30bfdb4966a31cb4af5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 23 May 2022 05:40:01 -1000 Subject: [PATCH] ;doc: clarify 1.25 changelog about cash account detection --- hledger/CHANGES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index a484a50bd..fb5fccd9b 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -58,11 +58,11 @@ Breaking changes Please use `account NAME ; type:TYPECODE` instead. (Stephen Morgan) -- The rule for auto-detecting "cash" (liquid asset) accounts from account names - for the `cashflow` report has been simplified. - If you have been using the cashflow report, without explicitly declaring Cash accounts, - you might notice a change, and might need to declare your Cash accounts explicitly - (by adding `type:C` tags to top-level cash account directives). +- The rule for auto-detecting "cash" (liquid asset) accounts in the `cashflow` report + has changed: it's now "all accounts under a top-level `asset` account, with + `cash`, `bank`, `checking` or `saving` in their name" (case insensitive, variations allowed). + So if you see a change in your `cashflow` reports, you might need to add + `account` directives with `type:C` tags, declaring your top-most cash accounts. Features