diff options
author | Jon Moss <me@jonathanmoss.me> | 2018-07-30 13:17:51 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2018-08-01 15:52:46 -0400 |
commit | 13d7086b38383f9a5f62dae9666f750b85d3e519 (patch) | |
tree | 0ee9a0d811af26713fe0f2f032af3860399dca97 /doc/api/deprecations.md | |
parent | f479050916aa8fdb8bf580c6b103308dd012cdba (diff) | |
download | node-new-13d7086b38383f9a5f62dae9666f750b85d3e519.tar.gz |
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>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r-- | doc/api/deprecations.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index eb977952be..ce1d4e6e22 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -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> |