Skip to content

Commit

Permalink
blog: amend v9.4.0 blogpost (#1549)
Browse files Browse the repository at this point in the history
Applied from nodejs/node#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.
  • Loading branch information
addaleax authored Jan 10, 2018
1 parent 73f13c2 commit b16caa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locale/en/blog/release/v9.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b16caa8

Please sign in to comment.