From 6b6e185827d6250c3eac00fa73ac5cab53b287ee Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 26 Aug 2017 08:29:53 -0700 Subject: [PATCH] lib: doc: note #583 issue number --- hledger-lib/CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index ea35b28fe..78f04fcb1 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -3,7 +3,7 @@ See also the hledger and project change logs (for user-visible changes). # 1.3.1 (2017/8/25) -* Fix a bug with -H showing nothing for empty periods (Nicholas Niro) +* Fix a bug with -H showing nothing for empty periods (#583, Nicholas Niro) This patch fixes a bug that happened when using the -H option on a period without any transaction. Previously, the behavior was no output at all even though it should have shown the previous ending balances