From 82f18118ff8ddb7ad76f4c6bc40737e8fb8c20d2 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 14 May 2018 20:01:36 +0200 Subject: 2018-05-23, Version 10.2.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * addons: - Fixed a memory leak for users of `AsyncResource` and N-API. (Michael Dawson) https://github.com/nodejs/node/pull/20668 * assert: - The `error` parameter of `assert.throws()` can be an object containing regular expressions now. (Ruben Bridgewater) https://github.com/nodejs/node/pull/20485 * crypto: - The `authTagLength` option has been made more flexible (Tobias Nießen) https://github.com/nodejs/node/pull/20235) https://github.com/nodejs/node/pull/20039 * esm: - Builtin modules (e.g. `fs`) now provide named exports in ES6 modules. (Gus Caplan) https://github.com/nodejs/node/pull/20403 * http: - Handling of `close` and `aborted` events has been made more consistent. (Robert Nagy) https://github.com/nodejs/node/pull/20075 https://github.com/nodejs/node/pull/20611 * module: - add --preserve-symlinks-main (David Goldstein) https://github.com/nodejs/node/pull/19911 * timers: - `timeout.refresh()` has been added to the public API. (Jeremiah Senkpiel) https://github.com/nodejs/node/pull/20298 * Embedder support: - Functions for creating V8 `Isolate` and `Context` objects with Node.js-specific behaviour have been added to the API. (Allen Yonghuang Wang) https://github.com/nodejs/node/pull/20639 - Node.js `Environment`s clean up resources before exiting now. (Anna Henningsen) https://github.com/nodejs/node/pull/19377 - Support for multi-threaded embedding has been improved. (Anna Henningsen) https://github.com/nodejs/node/pull/20542 https://github.com/nodejs/node/pull/20539 https://github.com/nodejs/node/pull/20541 PR-URL: https://github.com/nodejs/node/pull/20724 --- doc/api/timers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/timers.md') diff --git a/doc/api/timers.md b/doc/api/timers.md index c573d2afdb..1eb511c3b9 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -76,7 +76,7 @@ to call `timeout.ref()` unless `timeout.unref()` had been called previously. ### timeout.refresh() * Returns: {Timeout} a reference to `timeout` -- cgit v1.2.3