Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: mark DEP0004 and DEP0042 as End-of-Life
`CryptoStream` was removed via 9301b8a.
  • Loading branch information
maclover7 committed Jul 30, 2018
commit 6a6f060b9fe7f2d89ec3283740e004fbd45fecee
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