;doc: changelogs: 1.24.1

This commit is contained in:
Simon Michael 2021-12-10 12:30:42 -10:00
parent 1ef8f329c6
commit a98e6125f1
5 changed files with 14 additions and 8 deletions

View File

@ -23,7 +23,7 @@ Process
- make ghci[d]-ui uses older ghc 8.10 to avoid ghc 9.0-triggered failures. - make ghci[d]-ui uses older ghc 8.10 to avoid ghc 9.0-triggered failures.
# 1.24.1 2021-12-09 # 1.24.1 2021-12-10
Docs Docs
@ -35,10 +35,6 @@ Docs
- Fix some table layouts in non-HTML docs. - 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 # 1.24 2021-12-01
Software Software

View File

@ -18,7 +18,7 @@ Improvements
- Renamed: CommodityLayout to Layout. - Renamed: CommodityLayout to Layout.
(Stephen Morgan) (Stephen Morgan)
# 1.24.1 2021-12-09 # 1.24.1 2021-12-10
Improvements Improvements

View File

@ -11,7 +11,7 @@ See also the hledger changelog.
# e532b7be4 # e532b7be4
# 1.24.1 2021-12-09 # 1.24.1 2021-12-10
Fixes Fixes
@ -21,6 +21,8 @@ Fixes
- Declared accounts are now filtered correctly by a not:ACCT query. - Declared accounts are now filtered correctly by a not:ACCT query.
(#1783) (#1783)
- More reliable --version output, with commit date and without patch level.
# 1.24 2021-12-01 # 1.24 2021-12-01
Features Features

View File

@ -11,6 +11,12 @@ See also the hledger changelog.
# e532b7be4 # e532b7be4
# 1.24.1 2021-12-10
Fixes
- More reliable --version output, with commit date and without patch level.
# 1.24 2021-12-01 # 1.24 2021-12-01
Improvements Improvements

View File

@ -24,13 +24,15 @@ Improvements
for better machine readability. for better machine readability.
(#1771) (Stephen Morgan) (#1771) (Stephen Morgan)
# 1.24.1 2021-12-09 # 1.24.1 2021-12-10
Fixes Fixes
- `balance --declared` is now filtered correctly by a `not:ACCT` query. - `balance --declared` is now filtered correctly by a `not:ACCT` query.
(#1783) (#1783)
- More reliable --version output, with commit date and without patch level.
# 1.24 2021-12-01 # 1.24 2021-12-01
Features Features