Skip to content

Commit c32edab

Browse files
committed
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
1 parent 4d2856e commit c32edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ changes:
133133
description: Documentation-only deprecation.
134134
-->
135135

136-
Type: Runtime (supports [`--pending-deprecation`][])
136+
Type: Runtime
137137

138138
The `Buffer()` function and `new Buffer()` constructor are deprecated due to
139139
API usability issues that can lead to accidental security issues.

0 commit comments

Comments
 (0)