Skip to content

Commit 93e7639

Browse files
committed
doc: add changelogs for url
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 f7d59e5 commit 93e7639

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/api/url.md

+12
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,18 @@ object.
262262
## url.resolve(from, to)
263263
<!-- YAML
264264
added: v0.1.25
265+
changes:
266+
- version: v6.6.0
267+
pr-url: https://github.com/nodejs/node/pull/8215
268+
description: The `auth` fields are now kept intact when `from` and `to`
269+
refer to the same host.
270+
- version: v6.5.0, v4.6.2
271+
pr-url: https://github.com/nodejs/node/pull/8214
272+
description: The `port` field is copied correctly now.
273+
- version: v6.0.0
274+
pr-url: https://github.com/nodejs/node/pull/1480
275+
description: The `auth` fields is cleared now the `to` parameter
276+
contains a hostname.
265277
-->
266278

267279
* `from` {String} The Base URL being resolved against.

0 commit comments

Comments
 (0)