summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index ecaea8f4d9..169b5a5131 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1279,9 +1279,12 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/10970
description: Runtime deprecation.
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/25828
+ description: End-of-Life.
-->
-Type: Runtime
+Type: End-Of-Life
`--debug` activates the legacy V8 debugger interface, which was removed as
of V8 5.8. It is replaced by Inspector which is activated with `--inspect`