doc: 1.28 changelog headings

This commit is contained in:
Simon Michael 2022-12-01 12:21:09 -08:00
parent 93a871c90d
commit cbbfb82474
5 changed files with 6 additions and 9 deletions

View File

@ -9,7 +9,7 @@
General changes in the hledger project. General changes in the hledger project.
For package-specific changes, see the hledger package changelogs. For package-specific changes, see the hledger package changelogs.
# f4831533b # 1.28 2022-12-01
Docs Docs

View File

@ -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.
# 66b51472f # 1.28 2022-12-01
- Hledger.Utils.Debug's debug logging helpers have been unified. - Hledger.Utils.Debug's debug logging helpers have been unified.
The "trace or log" functions log to stderr by default, or to a file The "trace or log" functions log to stderr by default, or to a file

View File

@ -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.
# 66b51472f # 1.28 2022-12-01
Features Features

View File

@ -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.
# 66b51472f # 1.28 2022-12-01
Improvements Improvements

View File

@ -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.
# 66b51472f # 1.28 2022-12-01
Features Features
@ -26,7 +26,7 @@ Features
2. CSV date-times with a known timezone (either declared by `timezone` or parsed with `%Z`) will be localised to the system timezone 2. CSV date-times with a known timezone (either declared by `timezone` or parsed with `%Z`) will be localised to the system timezone
(or to the timezone set with the `TZ` environment variable). (or to the timezone set with the `TZ` environment variable).
(#1936) (#1936)
Improvements Improvements
@ -34,9 +34,6 @@ Improvements
- print --match now returns a non-zero exit code when there is no acceptable match. - print --match now returns a non-zero exit code when there is no acceptable match.
- Developer builds made in a dirty working directory (uncommitted changes)
now show a plus sign (+) in --version output.
- Support megaparsec 9.3. (Felix Yan) - Support megaparsec 9.3. (Felix Yan)
- Support GHC 9.4. - Support GHC 9.4.