From 8a8ca4b0bf123c708130a1152e960a9310c2ccc4 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 9c12d8e8c6782a..953d66e79fe9a1 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -569,6 +569,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.