From abd63db3e7f4593bc45690ad9aff5fb905f87e79 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 3 Aug 2021 09:50:57 -1000 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 5 ++++- hledger-lib/CHANGES.md | 2 +- hledger-ui/CHANGES.md | 2 +- hledger-web/CHANGES.md | 2 +- hledger/CHANGES.md | 15 ++++++++++----- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 282440e08..9f582ce0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,10 @@ General changes in the hledger project (and notable all-package releases). For package-specific changes and minor releases, see the hledger package changelogs. -# 8c890f845 +# 767377802 + +- `Shake cabalfiles` now uses (and requires) hpack in $PATH, to avoid building. + It should be the version that's in the current stack release, to avoid commit conflicts. - website updates: - Reorganised site content. diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 3d301f403..999aad666 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -9,7 +9,7 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# fc8aa602c +# 95de5a878 API changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 21c73d630..328203e65 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,7 +9,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 4451d68a6 +# 81dfbc9ac # 1.22.1 2021-08-02 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index af67fda84..c1e57139f 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -9,7 +9,7 @@ __ _____| |__ User-visible changes in hledger-web. See also the hledger changelog. -# fc8aa602c +# 95de5a878 # 1.22.1 2021-08-02 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index dd7b02edd..0c72ba08c 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -9,7 +9,7 @@ User-visible changes in the hledger command line tool and library. -# d07d0de2d +# 81dfbc9ac Features @@ -17,15 +17,17 @@ Features a case insensitive description substring which selects a subset of the journal's periodic transactions for settinig budget goals. This makes it possible to keep multiple named budgets in one journal, - and select the one you want with --budget's argument. (#1612) + and select the one you want with --budget's argument. + (#1612) Improvements - In JSON output, object attributes are now ordered alphabetically, - consistently for all GHC and haskell lib versions. (#1618, Stephen - Morgan) + consistently for all GHC and haskell lib versions. + (#1618, Stephen Morgan) -- JSON output now indents with 2 spaces rather than 4. (Stephen Morgan) +- JSON output now indents with 2 spaces rather than 4. + (Stephen Morgan) - The balance commands' `-S/--sort-amount` flag now behaves more predictably and intuitively with multiple commodities. @@ -41,6 +43,9 @@ Improvements Fixes +- Make sure `--forecast` transactions are generated up to the day before the provided query end date. + (#1633, Stephen Morgan) + # 1.22.1 2021-08-02 Improvements