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])