Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-01-25 00:33:33 +0300
committerMyles Borins <mylesborins@google.com>2019-01-25 04:51:40 +0300
commit641de82404d5fa381053e0f5abd522c7f5881e5a (patch)
tree0aa4e10f09cb73e47216de02b74b06b729c4be50 /doc/api/policy.md
parent35f45ba47b6fe9474a285483044ec27bd0a22896 (diff)
2019-01-24, Version 11.8.0 (Current)
Notable Changes: * events: * For unhandled `error` events with an argument that is not an `Error` object, the resulting exeption will have more information about the argument. https://github.com/nodejs/node/pull/25621 * child_process: * When the `maxBuffer` option is passed, `stdout` and `stderr` will be truncated rather than unavailable in case of an error. https://github.com/nodejs/node/pull/24951 * policy: * Experimental support for module integrity checks through a manifest file is implemented now. https://github.com/nodejs/node/pull/23834 * n-api: * The `napi_threadsafe_function` feature is now stable. https://github.com/nodejs/node/pull/25556 * report: * An experimental diagnostic API for capturing process state is available as `process.report` and through command line flags. https://github.com/nodejs/node/pull/22712 * tls: * `tls.connect()` takes a `timeout` option analogous to the `net.connect()` one. https://github.com/nodejs/node/pull/25517 * worker: * `process.umask()` is available as a read-only function inside Worker threads now. https://github.com/nodejs/node/pull/25526 * An `execArgv` option that supports a subset of Node.js command line options is supported now. https://github.com/nodejs/node/pull/25467 PR-URL: https://github.com/nodejs/node/pull/25687
Diffstat (limited to 'doc/api/policy.md')
-rw-r--r--doc/api/policy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/policy.md b/doc/api/policy.md
index dec8db886ff..fce290c049c 100644
--- a/doc/api/policy.md
+++ b/doc/api/policy.md
@@ -1,6 +1,6 @@
# Policies
-<!--introduced_in=REPLACEME-->
+<!--introduced_in=v11.7.0-->
<!-- type=misc -->
> Stability: 1 - Experimental