summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-03-06 13:58:16 -0800
committerMyles Borins <mylesborins@google.com>2018-03-07 17:54:36 -0800
commit282e65cfe3d38c582b77939c26b9c00952805340 (patch)
treef6c3e4e354bb445e007fa6d6106bff740a3fc31b /doc/api/repl.md
parentfbf7ff92d7f7a7f63ad4649519e8316d90b04826 (diff)
downloadandroid-node-v8-282e65cfe3d38c582b77939c26b9c00952805340.tar.gz
android-node-v8-282e65cfe3d38c582b77939c26b9c00952805340.tar.bz2
android-node-v8-282e65cfe3d38c582b77939c26b9c00952805340.zip
2018-03-07, Version 9.8.0 (Current)
Notable Changes: * crypto: - add cert.fingerprint256 as SHA256 fingerprint (Hannes Magnusson) https://github.com/nodejs/node/pull/17690 * http2: - Fixed issues with aborted connections in the HTTP/2 implementation (Anna Henningsen) https://github.com/nodejs/node/pull/18987 https://github.com/nodejs/node/pull/19002 * loader: - --inspect-brk now works properly for esmodules (Gus Caplan) https://github.com/nodejs/node/pull/18949 * src: - make process.dlopen() load well-known symbol (Ben Noordhuis) https://github.com/nodejs/node/pull/18934 * trace_events: - add file pattern cli option (Andreas Madsen) https://github.com/nodejs/node/pull/18480 * Added new collaborators: - Chen Gang (MoonBall) https://github.com/MoonBall PR-URL: https://github.com/nodejs/node/pull/19181
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md
index c868106f2f..233977fe09 100644
--- a/doc/api/repl.md
+++ b/doc/api/repl.md
@@ -144,7 +144,7 @@ global or scoped variable, the input `fs` will be evaluated on-demand as
#### Assignment of the `_` (underscore) variable
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v9.8.0
pr-url: https://github.com/nodejs/node/pull/18919
description: Added `_error` support.
-->