doc: mark DEP0004 and DEP0042 as End-of-Life

`CryptoStream` was removed via 9301b8a9c69d112b98c7d60e074c845d80342b4e.

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Jon Moss 2018-07-30 13:17:51 -04:00
parent f479050916
commit 13d7086b38

View File

@ -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
@ -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>