From 3beba678fec8ba549ca135ff97e9c8a228f2fa2b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 20 Jul 2021 22:37:27 -1000 Subject: [PATCH] ;doc: a few more changelog updates --- CHANGES.md | 2 ++ hledger/CHANGES.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b521c1c99..03bc235f6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 01f776d51..43d648960 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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