From e4a825674779090b5f8efc54dd6bedf49467b21b Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 14 Oct 2019 11:39:27 -0400 Subject: [PATCH] doc: add missing deprecation code Refs: https://github.com/nodejs/node/pull/29061 --- doc/api/deprecations.md | 4 ++-- lib/internal/fs/streams.js | 4 ++-- test/parallel/test-fs-read-stream-patch-open.js | 2 +- test/parallel/test-fs-write-stream-patch-open.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 8b36e0c3aa8d7c..e4c53d57c754d3 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2532,8 +2532,8 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) The `process._tickCallback` property was never documented as an officially supported API. - -### DEP0XXX: `WriteStream.open()` and `ReadStream.open()` are internal + +### DEP0135: `WriteStream.open()` and `ReadStream.open()` are internal