From 554b50f5b22c9efcd6e636a4d0d6327b38e1cb66 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Mar 2025 18:27:21 -1000 Subject: [PATCH] ;doc:changelog: fix run/repl wording --- hledger/CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index d14b17c3a..cefe07427 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -53,9 +53,9 @@ Fixes Features -- `run` and `repl` are new commands which run a multiple commands, - without re-parsing data, so they run faster. - `run` runs a commands from files or provided on the command line, +- `run` and `repl` are new commands which run multiple commands + without re-parsing data files, so they run faster. + `run` runs a sequence of commands from files or command line arguments, and `repl` provides an interactive prompt with readline-style history. (Dmitry Astapov, Simon Michael, [#2323], [#2328])