;doc:changelog: fix run/repl wording

This commit is contained in:
Simon Michael 2025-03-07 18:27:21 -10:00
parent d06d1f5ba0
commit 554b50f5b2

View File

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