From c32edab749c0c48b39bf4bbfd21db54121bb9493 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Thu, 26 Sep 2019 15:01:47 -0400 Subject: [PATCH] doc: clean up deprecations.md doc * This removes the --pending-deprecation label from the Buffer() constructor. It was added originally, since it was just a Documentation only deprecation. It is now a full runtime deprecation, which by default will output what the flag does anyway --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 46d2467c7234b8..581fa237450ad3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -133,7 +133,7 @@ changes: description: Documentation-only deprecation. --> -Type: Runtime (supports [`--pending-deprecation`][]) +Type: Runtime The `Buffer()` function and `new Buffer()` constructor are deprecated due to API usability issues that can lead to accidental security issues.