;doc: update changelogs
This commit is contained in:
parent
a98e6125f1
commit
45db32b84f
@ -9,7 +9,7 @@
|
|||||||
General changes in the hledger project (and notable all-package releases).
|
General changes in the hledger project (and notable all-package releases).
|
||||||
For package-specific changes and minor releases, see the hledger package changelogs.
|
For package-specific changes and minor releases, see the hledger package changelogs.
|
||||||
|
|
||||||
# 46cc60779
|
# a98e6125f
|
||||||
|
|
||||||
Software
|
Software
|
||||||
|
|
||||||
@ -21,6 +21,10 @@ Docs
|
|||||||
|
|
||||||
Process
|
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.
|
- make ghci[d]-ui uses older ghc 8.10 to avoid ghc 9.0-triggered failures.
|
||||||
|
|
||||||
# 1.24.1 2021-12-10
|
# 1.24.1 2021-12-10
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
||||||
For user-visible changes, see the hledger package changelog.
|
For user-visible changes, see the hledger package changelog.
|
||||||
|
|
||||||
# 43d935efd
|
# a98e6125f
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
User-visible changes in hledger-ui.
|
User-visible changes in hledger-ui.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# e532b7be4
|
# a98e6125f
|
||||||
|
|
||||||
# 1.24.1 2021-12-10
|
# 1.24.1 2021-12-10
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ __ _____| |__
|
|||||||
User-visible changes in hledger-web.
|
User-visible changes in hledger-web.
|
||||||
See also the hledger changelog.
|
See also the hledger changelog.
|
||||||
|
|
||||||
# e532b7be4
|
# a98e6125f
|
||||||
|
|
||||||
# 1.24.1 2021-12-10
|
# 1.24.1 2021-12-10
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
User-visible changes in the hledger command line tool and library.
|
User-visible changes in the hledger command line tool and library.
|
||||||
|
|
||||||
|
|
||||||
# e532b7be4
|
# a98e6125f
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|
||||||
@ -33,6 +33,12 @@ Fixes
|
|||||||
|
|
||||||
- More reliable --version output, with commit date and without patch level.
|
- 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
|
# 1.24 2021-12-01
|
||||||
|
|
||||||
Features
|
Features
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user