From 87fce4db6866240da0eb68f2c448c8f7f3b23faf Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 30 Apr 2018 13:34:03 -0700 Subject: [PATCH] cli: add missing change note [ci skip] --- hledger/CHANGES | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hledger/CHANGES b/hledger/CHANGES index 14b4fee63..1cda12a1f 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -5,10 +5,13 @@ User-visible changes in the hledger command line tool. * use hledger-lib 1.9.1 -* budget (balance --budget): budgets can be built from periodic - transactions with different intervals again. In 1.9, budgets were - restricted to a single interval, but this was a mistake. This - restores the 1.5 behaviour. +* budget (balance --budget): monthly columns are displayed in the + proper order. This fixes a regression in 1.9. + +* budget: budgets can be built from periodic transactions with + different intervals again. In 1.9, budgets were restricted to a + single interval, but this was a mistake. This restores the 1.5 + behaviour. * budget: budget reports are more intuitive and much less likely to produce no output.