From c1485f43bb6bc02ae70fe96906b4821f04598633 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 8 Apr 2014 16:10:39 -0700 Subject: [PATCH] drop mention of inter-release issue --- hledger/CHANGES | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hledger/CHANGES b/hledger/CHANGES index d062382c4..bbd6b77e6 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -33,8 +33,8 @@ add: balance: - Balance reports in flat mode now always show exclusive (subaccount-excluding) balances. - Balance reports in flat mode with --depth now aggregate deeper accounts at the depth limit instead of excluding them. -- Multicolumn balance reports can now show the account hierarchy with --tree. - Multicolumn reports in flat mode now support --drop. +- Multicolumn balance reports can now show the account hierarchy with --tree. - Fix: zero-balance leaf accounts below a non-zero-balance parent are no longer always shown (#170). balancesheet, cashflow, incomestatement: @@ -43,9 +43,6 @@ balancesheet, cashflow, incomestatement: print: - Tag queries (tag:) will now match a transaction if any of its postings match. -register: -- Tag queries no longer give false positives for a matched posting's siblings. - Miscellaneous: - Compatible with GHC 7.8, text 1.1 - Compatible with GHC 7.2 (#155)