;doc: a few more changelog updates

This commit is contained in:
Simon Michael 2021-07-20 22:37:27 -10:00
parent 6569c2aca7
commit 3beba678fe
2 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,8 @@ For package-specific changes and minor releases, see the hledger package changel
# fa3ce17fd
- New examples: systemd and nginx configs for hledger-web (Alan Young)
- hledger developers now use GHC 9.0/stackage nightly by default. (#1503)
- bin/commitlint is a new tool for hledger developers which checks and

View File

@ -43,6 +43,14 @@ Improvements
Fixes
- Our info manuals now have more robust directory metadata (no
subdirectory path), making them more likely to be linked in your
top-level Info directory by system packages. (#1594) (Simon Michael,
Damien Cassou)
- Journal format docs: The commodity directive's scope is now
correctly described (lasts until end of current file).
# 1.22.1 unreleased
# 1.22 2021-07-03