Skip to content

Commit 7c609dc

Browse files
committed
doc: add changelogs for querystring
PR-URL: #11489 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent 6285ff2 commit 7c609dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/querystring.md

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ necessary by assigning `querystring.escape` to an alternative function.
3030
## querystring.parse(str[, sep[, eq[, options]]])
3131
<!-- YAML
3232
added: v0.1.25
33+
changes:
34+
- version: v6.0.0
35+
pr-url: https://github.com/nodejs/node/pull/6055
36+
description: The returned object no longer inherits from `Object.prototype`.
37+
- version: v6.0.0, v4.2.4
38+
pr-url: https://github.com/nodejs/node/pull/3807
39+
description: The `eq` parameter may now have a length of more than `1`.
3340
-->
3441

3542
* `str` {String} The URL query string to parse

0 commit comments

Comments
 (0)