diff --git a/CHANGES.md b/CHANGES.md index 008ea6279..5071772c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 3a63fbc98..664977daf 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. -# 43d935efd +# a98e6125f Improvements diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 001aceec0..c0175b504 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. -# e532b7be4 +# a98e6125f # 1.24.1 2021-12-10 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index bb1aa98e0..f5ddc8a88 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. -# e532b7be4 +# a98e6125f # 1.24.1 2021-12-10 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index c1213a9a7..02c752e50 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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