summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-03-13 22:59:36 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-03-15 22:03:09 +0100
commit969c63a0f1deffaaffcf2bec841bd4a7831559c3 (patch)
tree06b7946bbc97016ceeadadb097c034175312bd27 /doc/api/deprecations.md
parent1cdeb9f956a9f54dde7c6b1a792b97584acbfb8e (diff)
downloadandroid-node-v8-969c63a0f1deffaaffcf2bec841bd4a7831559c3.tar.gz
android-node-v8-969c63a0f1deffaaffcf2bec841bd4a7831559c3.tar.bz2
android-node-v8-969c63a0f1deffaaffcf2bec841bd4a7831559c3.zip
2019-03-15, Version 11.12.0 (Current)
Notable Changes * bootstrap: * Add experimental `--frozen-intrinsics` flag (Guy Bedford) https://github.com/nodejs/node/pull/25685 * build: * Enable v8's siphash for hash seed creation (Rod Vagg) https://github.com/nodejs/node/pull/26367 * deps: * Upgrade openssl to 1.1.1b (Sam Roberts) https://github.com/nodejs/node/pull/26327 * process: * Make `process[Symbol.toStringTag]` writable again (Ruben Bridgewater) https://github.com/nodejs/node/pull/26488 * repl: * Add `util.inspect.replDefaults` to customize the writer (Ruben Bridgewater) https://github.com/nodejs/node/pull/26375 * report: * Rename `triggerReport()` to `writeReport()` (Colin Ihrig) https://github.com/nodejs/node/pull/26527
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 59f19e5b54..eeafab91da 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2134,7 +2134,7 @@ changes:
- version: v10.9.0
pr-url: https://github.com/nodejs/node/pull/22004
description: Documentation-only deprecation.
- - version: REPLACEME
+ - version: v11.12.0
pr-url: https://github.com/nodejs/node/pull/26500
description: Added support for `--pending-deprecation`.
-->