File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2241,7 +2241,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
2241
2241
[ #7226 ] ( https://github.com/npm/npm/issues/7226 ) Ensure that all request
2242
2242
settings are copied onto the agent.
2243
2243
([ @othiym23 ] ( https://github.com/othiym23 ) )
2244
- - [ npm/fec4c96] ( https://github.com/npm/npm/commit/fec4c967ee235030bf31393e8605e9e2811f4a39 )
2244
+ - [ npm/fec4c96] ( https://github.com/npm/npm/commit/fec4c967ee235030bf31393e8605e9e2811f4a39 )
2245
2245
Allow ` --no-proxy ` to override ` HTTP_PROXY ` setting in environment.
2246
2246
([ @othiym23 ] ( https://github.com/othiym23 ) )
2247
2247
- [ npm/9d61e96] ( https://github.com/npm/npm/commit/9d61e96fb1f48687a85c211e4e0cd44c7f95a38e )
Original file line number Diff line number Diff line change @@ -1283,8 +1283,8 @@ Semver Patch:
1283
1283
Semver Minor:
1284
1284
1285
1285
* ** buffer** :
1286
- * backport new buffer constructor APIs to v4.x (Сковорода Никита Андреевич) [ #7562 ] ( https://github.com/nodejs/node/pull/7562 )
1287
- * backport --zero-fill-buffers cli option (James M Snell) [ #5745 ] ( https://github.com/nodejs/node/pull/5745 )
1286
+ * backport new buffer constructor APIs to v4.x (Сковорода Никита Андреевич) [ #7562 ] ( https://github.com/nodejs/node/pull/7562 )
1287
+ * backport --zero-fill-buffers cli option (James M Snell) [ #5745 ] ( https://github.com/nodejs/node/pull/5745 )
1288
1288
* ** build** :
1289
1289
* add Intel Vtune profiling support (Chunyang Dai) [ #5527 ] ( https://github.com/nodejs/node/pull/5527 )
1290
1290
* ** repl** :
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ the following tiers.
43
43
organization or website;
44
44
* The tool must be open source.
45
45
46
- * Tier 3 - If possible its test suite
47
- will be run at least nightly in the Node.js CI and issues opened for
48
- failures. Does not block shipping a release.
46
+ * Tier 3 - If possible its test suite
47
+ will be run at least nightly in the Node.js CI and issues opened for
48
+ failures. Does not block shipping a release.
49
49
50
- * Tier 4 - Does not block shipping a release.
50
+ * Tier 4 - Does not block shipping a release.
51
51
52
- * Unclassified - tool/API is new or does not have the required testing in the
53
- Node.js CI in order to qualify for a higher tier.
52
+ * Unclassified - tool/API is new or does not have the required testing in the
53
+ Node.js CI in order to qualify for a higher tier.
54
54
55
55
The choice of which tier a particular tool will be assigned to, will be a
56
56
collaborative decision between Diagnostics WG and Release WG. Some of the
You can’t perform that action at this time.
0 commit comments