;doc: update changelogs

This commit is contained in:
Simon Michael 2021-12-10 12:50:21 -10:00
parent a98e6125f1
commit 45db32b84f
5 changed files with 15 additions and 5 deletions

View File

@ -9,7 +9,7 @@
General changes in the hledger project (and notable all-package releases).
For package-specific changes and minor releases, see the hledger package changelogs.
# 46cc60779
# a98e6125f
Software
@ -21,6 +21,10 @@ Docs
Process
- ci: more consistent workflow, branch, binary names
- ci: linux-x64: try ghc 8.10.4 -> 9.0.1
- make ghci[d]-ui uses older ghc 8.10 to avoid ghc 9.0-triggered failures.
# 1.24.1 2021-12-10

View File

@ -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.
# 43d935efd
# a98e6125f
Improvements

View File

@ -9,7 +9,7 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# e532b7be4
# a98e6125f
# 1.24.1 2021-12-10

View File

@ -9,7 +9,7 @@ __ _____| |__
User-visible changes in hledger-web.
See also the hledger changelog.
# e532b7be4
# a98e6125f
# 1.24.1 2021-12-10

View File

@ -9,7 +9,7 @@
User-visible changes in the hledger command line tool and library.
# e532b7be4
# a98e6125f
Features
@ -33,6 +33,12 @@ Fixes
- More reliable --version output, with commit date and without patch level.
API changes:
- new type synonyms ProgramName, PackageVersion, VersionString
- versionStringForProgname -> versionString with extra argument
- versionStringFor -> versionStringWith with extra argument
# 1.24 2021-12-01
Features