From 39505f4e388c3bfefd31a3ca010855abf5e17e40 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 7 Mar 2025 18:29:14 -1000 Subject: [PATCH] ;doc:relnotes: fix run/repl wording --- doc/relnotes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/relnotes.md b/doc/relnotes.md index eded24b65..7ff569a1c 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -103,7 +103,8 @@ 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, and `repl` provides an interactive prompt with readline-style history. (Dmitry Astapov, Simon Michael, [#2323], [#2328]) +- `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]) - `commands` is a new explicit command for showing the commands list; it's useful in the REPL. With --builtin, it shows only the builtin commands.