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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:49:03 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:47 +0300
commitbd45124f00473b0e5affdb206c520a70330dd27d (patch)
treece947fbac1be6ec76a6fab10827c75e5231ffa21 /doc/api/crypto.md
parent9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (diff)
doc: harmonize changes list ordering
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index bf94c1bf2c4..32e90ca030b 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -882,13 +882,13 @@ console.log(uncompressedKey === ecdh.getPublicKey('hex'));
<!-- YAML
added: v0.11.14
changes:
- - version: v6.0.0
- pr-url: https://github.com/nodejs/node/pull/5522
- description: The default `inputEncoding` changed from `binary` to `utf8`.
- version: v10.0.0
pr-url: https://github.com/nodejs/node/pull/16849
description: Changed error format to better support invalid public key
error.
+ - version: v6.0.0
+ pr-url: https://github.com/nodejs/node/pull/5522
+ description: The default `inputEncoding` changed from `binary` to `utf8`.
-->
* `otherPublicKey` {string|ArrayBuffer|Buffer|TypedArray|DataView}