;doc: clarify 1.25 changelog about cash account detection

This commit is contained in:
Simon Michael 2022-05-23 05:40:01 -10:00
parent 43c0ca06c5
commit 52210cd114

View File

@ -58,11 +58,11 @@ Breaking changes
Please use `account NAME ; type:TYPECODE` instead. Please use `account NAME ; type:TYPECODE` instead.
(Stephen Morgan) (Stephen Morgan)
- The rule for auto-detecting "cash" (liquid asset) accounts from account names - The rule for auto-detecting "cash" (liquid asset) accounts in the `cashflow` report
for the `cashflow` report has been simplified. has changed: it's now "all accounts under a top-level `asset` account, with
If you have been using the cashflow report, without explicitly declaring Cash accounts, `cash`, `bank`, `checking` or `saving` in their name" (case insensitive, variations allowed).
you might notice a change, and might need to declare your Cash accounts explicitly So if you see a change in your `cashflow` reports, you might need to add
(by adding `type:C` tags to top-level cash account directives). `account` directives with `type:C` tags, declaring your top-most cash accounts.
Features Features