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.