From 1dbf5117077ace14af85f80cb040551c4d50ef61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 24 Apr 2018 22:00:34 +0200 Subject: [PATCH 1/2] Fix spelling of API name in 10.0.0 release post --- locale/en/blog/release/v10.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/release/v10.0.0.md b/locale/en/blog/release/v10.0.0.md index 441e6c23c0cf0..45cd10178783a 100755 --- a/locale/en/blog/release/v10.0.0.md +++ b/locale/en/blog/release/v10.0.0.md @@ -88,7 +88,7 @@ The full set of changes for the Node.js 10.0.0 release are detailed below. * Timers * The `enroll()` and `unenroll()` methods have been deprecated. [[`68783ae0b8`](https://github.com/nodejs/node/commit/68783ae0b8)] * TLS - * The `tls.convertNONProtocols()` method has been deprecated. [[`9204a0db6e`](https://github.com/nodejs/node/commit/9204a0db6e)] + * The `tls.convertNPNProtocols()` method has been deprecated. [[`9204a0db6e`](https://github.com/nodejs/node/commit/9204a0db6e)] * Support for NPN (next protocol negotiation) has been dropped. [[`5bfbe5ceae`](https://github.com/nodejs/node/commit/5bfbe5ceae)] * The `ecdhCurve` default is now `'auto'`. [[`af78840b19`](https://github.com/nodejs/node/commit/af78840b19)] * Trace Events From 36b5ab9f86a12262dc5e05c0232f96cc908ea1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 24 Apr 2018 22:22:37 +0200 Subject: [PATCH 2/2] fixup! Fix spelling of API name in 10.0.0 release post --- locale/en/blog/release/v10.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/release/v10.0.0.md b/locale/en/blog/release/v10.0.0.md index 45cd10178783a..c2e0a60fde350 100755 --- a/locale/en/blog/release/v10.0.0.md +++ b/locale/en/blog/release/v10.0.0.md @@ -58,7 +58,7 @@ The full set of changes for the Node.js 10.0.0 release are detailed below. * EventEmitter * The `EventEmitter.prototype.off()` method has been added as an alias for `EventEmitter.prototype.removeListener()`. [[`3bb6f07d52`](https://github.com/nodejs/node/commit/3bb6f07d52)] * File System - * The `fs.promises` API provides experimental promisified versions of the `fs` functions. [[`329fc78e49`](https://github.com/nodejs/node/commit/329fc78e49)] + * The `fs/promises` API provides experimental promisified versions of the `fs` functions. [[`329fc78e49`](https://github.com/nodejs/node/commit/329fc78e49)] * Invalid path errors are now thrown synchronously. [[`d8f73385e2`](https://github.com/nodejs/node/commit/d8f73385e2)] * The `fs.readFile()` method now partitions reads to avoid thread pool exhaustion. [[`67a4ce1c6e`](https://github.com/nodejs/node/commit/67a4ce1c6e)] * HTTP