Skip to content

Commit cfed48e

Browse files
TimothyGuaddaleax
authored andcommitted
doc, url: add changelog metadata for url.format
PR-URL: #14543 Fixes: #11103 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0cf1e22 commit cfed48e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/url.md

+7
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,13 @@ forward-slash characters (`/`) are required following the colon in the
953953
### url.format(urlObject)
954954
<!-- YAML
955955
added: v0.1.25
956+
changes:
957+
- version: v7.0.0
958+
pr-url: https://github.com/nodejs/node/pull/7234
959+
description: URLs with a `file:` scheme will now always use the correct
960+
number of slashes regardless of `slashes` option. A false-y
961+
`slashes` option with no protocol is now also respected at all
962+
times.
956963
-->
957964

958965
* `urlObject` {Object|string} A URL object (as returned by `url.parse()` or

0 commit comments

Comments
 (0)