Skip to content

Commit

Permalink
doc: mark DEP0004 and DEP0042 as End-of-Life
Browse files Browse the repository at this point in the history
`CryptoStream` was removed via 9301b8a.

PR-URL: nodejs#22033
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
maclover7 committed Aug 1, 2018
1 parent f479050 commit 13d7086
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ The `_writableState.buffer` property is deprecated. Use the
<a id="DEP0004"></a>
### DEP0004: CryptoStream.prototype.readyState

Type: Documentation-only
Type: End-of-Life

The `CryptoStream.prototype.readyState` property is deprecated and should not
be used.
The `CryptoStream.prototype.readyState` property was removed.

<a id="DEP0005"></a>
### DEP0005: Buffer() constructor
Expand Down Expand Up @@ -377,9 +376,9 @@ The `NODE_REPL_HISTORY_FILE` environment variable was removed. Please use
<a id="DEP0042"></a>
### DEP0042: tls.CryptoStream

Type: Documentation-only
Type: End-of-Life

The [`tls.CryptoStream`][] class is deprecated. Please use
The [`tls.CryptoStream`][] class was removed. Please use
[`tls.TLSSocket`][] instead.

<a id="DEP0043"></a>
Expand Down

0 comments on commit 13d7086

Please sign in to comment.