From 0f9908beef65f77fe3deda18e01c1d5ebbe7da62 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 edd4961eea3f1a..c6765fc954e52b 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -556,6 +556,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.