From 9444e20c3d95cc102e2fe48f3b4d19f00d06e908 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 15 Jan 2022 08:56:45 -1000 Subject: [PATCH] ;doc: update changelogs --- CHANGES.md | 23 ++++++++++++++++++++++- hledger-lib/CHANGES.md | 6 +++++- hledger-ui/CHANGES.md | 3 ++- hledger-web/CHANGES.md | 3 ++- hledger/CHANGES.md | 8 +++++++- 5 files changed, 38 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 415e2474a..17316ccec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,28 @@ General changes in the hledger project (and notable all-package releases). For package-specific changes and minor releases, see the hledger package changelogs. -# 56e015c40 +# fb834777a +- ;fix: doc: update help/help-feedback links (#1807) + +- stack: note 9.0.2 blocker + +- ;doc: RELEASING: updates + +- ;doc: RELEASING: updates + +- ;ci: linux: drop unused release steps + +- ci: win: fix shell mismatch + +- ci: win: fix skipping of all steps, part 2 + +- ci: win, mac: fix skipping of all steps + +- ;tools: release: push current HEAD, not master + +- ;tools: make stack fixes + +- ;doc: update changelogs Features diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 40c1743bb..a5f83011a 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -9,7 +9,11 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. -# d82210cea +# f13ac2812 +- imp: smartdates: Simplify and generalise the SmartDate constructor and parsers to allow for arbitrary numbers of periods in relative dates. (Stephen Morgan) + We now accept smart dates like “in 5 days, 5 weeks ahead, in -6 months, 2 quarters ago”. + +- ;doc: update changelogs Improvements diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 099c59183..95ab30ab9 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -9,7 +9,8 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# d82210cea +# 0e5ae2baa +- ;doc: update changelogs # 1.24.1 2021-12-10 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index b16e65075..83da4305c 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -9,7 +9,8 @@ __ _____| |__ User-visible changes in hledger-web. See also the hledger changelog. -# d82210cea +# 0e5ae2baa +- ;doc: update changelogs # 1.24.1 2021-12-10 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index ab0a4aa70..233581246 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -9,7 +9,13 @@ User-visible changes in the hledger command line tool and library. -# d82210cea +# fb834777a +- ;fix: doc: update help/help-feedback links (#1807) + +- imp: smartdates: Simplify and generalise the SmartDate constructor and parsers to allow for arbitrary numbers of periods in relative dates. (Stephen Morgan) + We now accept smart dates like “in 5 days, 5 weeks ahead, in -6 months, 2 quarters ago”. + +- ;doc: update changelogs Features