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: #22033
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
maclover7 authored and targos committed Aug 2, 2018
1 parent e2d97ee commit abac0c5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/api/deprecations.md
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 abac0c5

Please sign in to comment.