;doc: changelogs: 1.24.1

This commit is contained in:
Simon Michael 2021-12-09 14:52:23 -10:00
parent f111274f25
commit 1a646cd092
5 changed files with 34 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -12,6 +12,7 @@ See also the hledger changelog.
# e532b7be4
# 1.24 2021-12-01
Improvements
- Allow megaparsec 9.2

View File

@ -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