@@ -200,12 +200,12 @@ AssertionError [ERR_ASSERTION]: false == true
200
200
201
201
Information for static error codes can be queried quickly by referencing the
202
202
Node.js documentation. For instance, the URL to lookup information about the
203
- ` ERR_ASSERTION ` error code is
204
- https://nodejs.org/dist/latest-v7 .x/docs/api/errors.html#ERR_ASSERTION .
203
+ ` ERR_ARG_NOT_ITERABLE ` error code is
204
+ https://nodejs.org/dist/latest-v8 .x/docs/api/errors.html#ERR_ARG_NOT_ITERABLE .
205
205
206
206
### Redirecting Process Warnings
207
207
208
- Processing warnings such as deprecations may now to redirected to a file by
208
+ Processing warnings such as deprecations may now be redirected to a file by
209
209
using either the ` --redirect-warnings={file} ` command line argument or matching
210
210
` NODE_REDIRECT_WARNINGS={file} ` environment variable. Rather than printing
211
211
warnings out to ` stderr ` by default, warnings will be written out to the
@@ -299,8 +299,8 @@ we've dropped the "v" and call it Node.js 8.
299
299
300
300
* ** Dependencies**
301
301
* The npm client has been updated to 5.0.0
302
- [[ ` 3c3b36af0f ` ] ( https://github.com/nodejs/node/commit/3c3b36af0f )]
303
- [ #12936 ] ( https://github.com/nodejs/node/pull/12936 ) .
302
+ [[ ` c58cea5 ` ] ( https://github.com/nodejs/node/commit/c58cea5 )]
303
+ [ #13276 ] ( https://github.com/nodejs/node/pull/13276 ) .
304
304
* V8 has been updated to 5.8 with forward ABI stability to 6.0
305
305
[[ ` 60d1aac8d2 ` ] ( https://github.com/nodejs/node/commit/60d1aac8d2 )]
306
306
[ #12784 ] ( https://github.com/nodejs/node/pull/12784 ) .
@@ -366,7 +366,7 @@ we've dropped the "v" and call it Node.js 8.
366
366
367
367
* ** Src**
368
368
* ` NODE_MODULE_VERSION ` has been updated to 57
369
- (https://github.com/nodejs/node/commit/ec7cbaf266 )]
369
+ [[ ` ec7cbaf266 ` ] ( https://github.com/nodejs/node/commit/ec7cbaf266 )]
370
370
[ #12995 ] ( https://github.com/nodejs/node/pull/12995 ) .
371
371
* Add ` --pending-deprecation ` command-line argument and
372
372
` NODE_PENDING_DEPRECATION ` environment variable
0 commit comments