From b658a6b843455473e8bc29c1ec8ee2bd98f724be Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 31 Mar 2017 10:52:42 -0700 Subject: [PATCH] doc: relnotes: note bs fix --- site/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/release-notes.md b/site/release-notes.md index d658379c9..4cf7677ec 100644 --- a/site/release-notes.md +++ b/site/release-notes.md @@ -272,6 +272,10 @@ table borders in multicolumn reports (#522) (Moritz Kiefer) These commands are now more powerful, able to show multicolumn reports and generally having the same features as the balance command. (Justin Le) +balancesheet has always ignored a begin date specified with a `-b` or +`-p` option; now it also ignores a begin date specified with a `date:` +query. (Related discussion at #531) + #### print The output of print is now always a valid journal (fixes #465) (Mykola Orliuk).