From 224e06f8e7a49ac7895a76a3e50e27d170b3c523 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Wed, 10 Jan 2018 17:30:27 +0100 Subject: [PATCH] blog: amend v9.4.0 blogpost MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Applied from https://github.com/nodejs/node/pull/18083 --- doc: un-mark Socket#write “removal” as notable change Since the method is inherited from `Writable`, usage of the method does not change at all after its removal as an explicit method. Calling it out as notable might therefore be more confusing than helpful. --- locale/en/blog/release/v9.4.0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/locale/en/blog/release/v9.4.0.md b/locale/en/blog/release/v9.4.0.md index 1313fae52e8ec..23039020c1a79 100644 --- a/locale/en/blog/release/v9.4.0.md +++ b/locale/en/blog/release/v9.4.0.md @@ -27,7 +27,6 @@ author: Myles Borins - perf_hooks integration (James M Snell) [#17906](https://github.com/nodejs/node/pull/17906) - Refactoring and cleanup of Http2Session and Http2Stream destroy (James M Snell) [#17406](https://github.com/nodejs/node/pull/17406) * **net**: - - remove Socket.prototype.write (Anna Henningsen) [#17644](https://github.com/nodejs/node/pull/17644) - remove Socket.prototype.listen (Ruben Bridgewater) [#13735](https://github.com/nodejs/node/pull/13735) * **repl**: - show lexically scoped vars in tab completion (Michaël Zasso) [#16591](https://github.com/nodejs/node/pull/16591)