From 78cd8263354705b767ef8c6a651740efe4931ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 11 Apr 2018 14:48:10 +0200 Subject: [PATCH] doc: unify End-of-Life marker PR-URL: https://github.com/nodejs/node/pull/19942 Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Vse Mozhet Byt --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 0a22723c65e..d66d16e000f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -131,7 +131,7 @@ to the `constants` property exposed by the relevant module. For instance, ### DEP0009: crypto.pbkdf2 without digest -Type: End-of-life +Type: End-of-Life Use of the [`crypto.pbkdf2()`][] API without specifying a digest was deprecated in Node.js 6.0 because the method defaulted to using the non-recommended @@ -383,7 +383,7 @@ instead. ### DEP0041: NODE\_REPL\_HISTORY\_FILE environment variable -Type: End-of-life +Type: End-of-Life The `NODE_REPL_HISTORY_FILE` environment variable was removed. Please use `NODE_REPL_HISTORY` instead.