From fe96d089a1b33baeb7af22851ab50849f66c72a5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Feb 2020 10:47:55 -0800 Subject: [PATCH] ;doc: project changelog [ci skip] --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b74145953..bbb1eb13a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ General/project-related changes in the hledger project. For package-specific changes, see the package changelogs. +- documentation updates + + - streamlined hledger.org sidebar & manuals structure + - hledger manual: new Common Tasks section in + +- a new invoicing how-to: https://hledger.org/invoicing.html + # 04ea95cb - Fix dead pointer in contributing (Aleksandar Dimitrov)