-
Notifications
You must be signed in to change notification settings - Fork 30k
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: correct version metadata for Readable.from #32639
Conversation
I've got 10.17.0 by looking at the changelogs, but I have only personally tested it's present in 10.19.0. |
doc/api/stream.md
Outdated
@@ -1670,7 +1670,7 @@ failure, this can cause event listener leaks and swallowed errors. | |||
|
|||
### `stream.Readable.from(iterable, [options])` | |||
<!-- YAML | |||
added: v12.3.0 | |||
added: v10.17.0 |
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.
@nodejs/documentation What's the correct metadata here? Can we have multiple added:
entries (for each release line)? This API never went into a Node.js 11.x release.
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.
Yes. We should have multiple added: entries:
added: v10.17.0 | |
added: | |
- v12.3.0 | |
- v10.17.0 |
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.
Thanks, Done.
5ded467
to
d82758f
Compare
Feel free to 👍 this comment to approve fast-tracking |
Landed in 8c0a17a |
PR-URL: #32639 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #32639 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #32639 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #32639 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #32639 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Please also see the corresponding issue for more background: #32638
Checklist