From 46b9f4b376f92959ce35d9e664f54001a6646964 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 10 Sep 2020 17:34:26 +0200 Subject: [PATCH] doc: add missing changes entry for breakEvalOnSigint REPL option PR-URL: https://github.com/nodejs/node/pull/35143 Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott --- doc/api/repl.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/repl.md b/doc/api/repl.md index 56dc29fcec8217..43e8d4f578c391 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -565,6 +565,9 @@ changes: - version: v10.0.0 pr-url: https://github.com/nodejs/node/pull/19187 description: The `REPL_MAGIC_MODE` `replMode` was removed. + - version: v6.3.0 + pr-url: https://github.com/nodejs/node/pull/6635 + description: The `breakEvalOnSigint` option is supported now. - version: v5.8.0 pr-url: https://github.com/nodejs/node/pull/5388 description: The `options` parameter is optional now.