From e2f5858916ac88119ecc26dcf8977c84f032cc7a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 3 Sep 2025 22:31:32 +0100 Subject: [PATCH] ;doc: changes, relnotes: edit --- doc/relnotes.md | 2 +- hledger/CHANGES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/relnotes.md b/doc/relnotes.md index 7f077ffc5..d287d1e60 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -161,7 +161,7 @@ Fixes - Balance reports' csv output, and the `balance --budget` report, now respect the --summary-only flag. (Stephen Morgan, [#2411], [#2443]) -- The `demo` command no longer mentions `-- ASCIINEMAOPTS` in help (that longer works). +- The `demo` command no longer mentions `-- ASCIINEMAOPTS` in help. Also it shows a better error message when asciinema is not installed. - `hledger help -m TOPIC` or `hledger help -i TOPIC` now show the help for TOPIC, as intended. diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index db489550f..f9acf629f 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -107,7 +107,7 @@ User-visible changes in the hledger command line tool and library. - Balance reports' csv output, and the `balance --budget` report, now respect the --summary-only flag. (Stephen Morgan, [#2411], [#2443]) -- The `demo` command no longer mentions `-- ASCIINEMAOPTS` in help (that longer works). +- The `demo` command no longer mentions `-- ASCIINEMAOPTS` in help. Also it shows a better error message when asciinema is not installed. - `hledger help -m TOPIC` or `hledger help -i TOPIC` now show the help for TOPIC, as intended.