summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2018-07-30 13:17:51 -0400
committerJon Moss <me@jonathanmoss.me>2018-08-01 15:52:46 -0400
commit13d7086b38383f9a5f62dae9666f750b85d3e519 (patch)
tree0ee9a0d811af26713fe0f2f032af3860399dca97 /doc
parentf479050916aa8fdb8bf580c6b103308dd012cdba (diff)
downloadandroid-node-v8-13d7086b38383f9a5f62dae9666f750b85d3e519.tar.gz
android-node-v8-13d7086b38383f9a5f62dae9666f750b85d3e519.tar.bz2
android-node-v8-13d7086b38383f9a5f62dae9666f750b85d3e519.zip
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')
-rw-r--r--doc/api/deprecations.md9
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>