File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1775,7 +1775,8 @@ added: v0.3.6
1775
1775
changes:
1776
1776
- version: v10.9.0
1777
1777
pr-url: https://github.com/nodejs/node/pull/21616
1778
- description: allow both url and options to be passed to `http.get()`
1778
+ description: The `url` parameter can now be passed along with a separate
1779
+ `options` object.
1779
1780
- version: v7.5.0
1780
1781
pr-url: https://github.com/nodejs/node/pull/10638
1781
1782
description: The `options` parameter can be a WHATWG `URL` object.
@@ -1852,7 +1853,8 @@ added: v0.3.6
1852
1853
changes:
1853
1854
- version: v10.9.0
1854
1855
pr-url: https://github.com/nodejs/node/pull/21616
1855
- description: allow both url and options to be passed to `http.request()`
1856
+ description: The `url` parameter can now be passed along with a separate
1857
+ `options` object.
1856
1858
- version: v7.5.0
1857
1859
pr-url: https://github.com/nodejs/node/pull/10638
1858
1860
description: The `options` parameter can be a WHATWG `URL` object.
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ added: v0.3.6
116
116
changes:
117
117
- version: v10.9.0
118
118
pr-url: https://github.com/nodejs/node/pull/21616
119
- description: allow both url and options to be passed to `https.get()`
119
+ description: The `url` parameter can now be passed along with a separate
120
+ `options` object.
120
121
- version: v7.5.0
121
122
pr-url: https://github.com/nodejs/node/pull/10638
122
123
description: The `options` parameter can be a WHATWG `URL` object.
@@ -162,7 +163,8 @@ added: v0.3.6
162
163
changes:
163
164
- version: v10.9.0
164
165
pr-url: https://github.com/nodejs/node/pull/21616
165
- description: allow both url and options to be passed to `https.request()`
166
+ description: The `url` parameter can now be passed along with a separate
167
+ `options` object.
166
168
- version: v9.3.0
167
169
pr-url: https://github.com/nodejs/node/pull/14903
168
170
description: The `options` parameter can now include `clientCertEngine`.
You can’t perform that action at this time.
0 commit comments