-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add added:
information for net
#7038
Conversation
@@ -7,35 +7,53 @@ functions for creating both servers and clients (called streams). You can includ | |||
this module with `require('net');`. | |||
|
|||
## Class: net.Server | |||
<!-- YAML | |||
added: v0.7.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? The docs change in which it was introduced seems to be in 499c615
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeap you are right. thanks
Generally looking good, with a few comments… really appreciate the hard work behind this! |
tomorrow I'm going to check |
LGTM |
Merged, thanks for the effort you put into this! |
Ref: nodejs#6578 PR-URL: nodejs#7038 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Checklist
Affected core subsystem(s)
Description of change
Add
added:
information fornet
Ref: #6578