From 1a646cd0929a472a0285b8bd5adcbc187325dd6a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Dec 2021 14:52:23 -1000 Subject: [PATCH] ;doc: changelogs: 1.24.1 --- CHANGES.md | 19 +++++++++++++++++-- hledger-lib/CHANGES.md | 9 +++++++-- hledger-ui/CHANGES.md | 9 ++++++--- hledger-web/CHANGES.md | 1 + hledger/CHANGES.md | 3 +++ 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f459b980c..b231a98e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,11 +21,26 @@ Docs Process -- The `linux-static-x64` CI binary now has correct --version output. - - make ghci[d]-ui uses older ghc 8.10 to avoid ghc 9.0-triggered failures. +# 1.24.1 2021-12-09 + +Docs + +- More platform notes for setting LEDGER_FILE. + +- Clarify which commands support which output formats and data layouts. + +- Note that hyphenated field names are allowed in CSV rules. + +- Fix some table layouts in non-HTML docs. + +Process + +- The `linux-static-x64` CI binary now has correct --version output. + # 1.24 2021-12-01 + Software - bin/hledger-check-fancyassertions.hs: fix ugly assertion parse errors. diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 72dfe32eb..e5cedc9e6 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -15,12 +15,17 @@ Improvements - hledger-lib now builds with GHC 9.2 and newer libs (#1774). -- Added: filterQueryOrNotQuery. - - Renamed: CommodityLayout to Layout. (Stephen Morgan) +# 1.24.1 2021-12-09 + +Improvements + +- Added: filterQueryOrNotQuery. + # 1.24 2021-12-01 + Improvements - The Semigroup instance of PeriodicReportRow and PeriodicReport now diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 620c6b35e..292ceacac 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -11,15 +11,18 @@ See also the hledger changelog. # e532b7be4 +# 1.24.1 2021-12-09 + Fixes +- An extra "root" account is no longer shown (a regression in 1.24). + (#1782) + - Declared accounts are now filtered correctly by a not:ACCT query. (#1783) -- An extra "root" account is no longer shown. (#1782) - - # 1.24 2021-12-01 + Features - hledger-ui can now be controlled with mouse or touchpad. diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 42d7c66ec..872677393 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -12,6 +12,7 @@ See also the hledger changelog. # e532b7be4 # 1.24 2021-12-01 + Improvements - Allow megaparsec 9.2 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index e06fa78db..0a077d8de 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -24,12 +24,15 @@ Improvements for better machine readability. (#1771) (Stephen Morgan) +# 1.24.1 2021-12-09 + Fixes - `balance --declared` is now filtered correctly by a `not:ACCT` query. (#1783) # 1.24 2021-12-01 + Features - balance commands provide more control over how multicommodity amounts