summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/url.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index c6463d75dc..843c4b5446 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -1007,6 +1007,11 @@ The formatting process operates as follows:
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
<!-- YAML
added: v0.1.25
+changes:
+ - version: v9.0.0
+ pr-url: https://github.com/nodejs/node/pull/13606
+ description: The `search` property on the returned URL object is now `null`
+ when no query string is present.
-->
* `urlString` {string} The URL string to parse.