From 90b0643aecfd2e76e8545cf2306f9fb6307a6928 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 21 Apr 2022 03:47:03 +0800 Subject: [PATCH] update link about class features optimizations in Node.js 18 --- locale/en/blog/announcements/v18-release-announce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/announcements/v18-release-announce.md b/locale/en/blog/announcements/v18-release-announce.md index 3b911e64f700f..9c43d0361d86f 100644 --- a/locale/en/blog/announcements/v18-release-announce.md +++ b/locale/en/blog/announcements/v18-release-announce.md @@ -148,7 +148,7 @@ to the version included in Node.js 17.9.0, the following new features are includ * The [`findLast()` and `findLastIndex()` array methods](https://v8.dev/features/finding-in-arrays). * Improvements to the [`Intl.Locale` API](https://v8.dev/blog/v8-release-99#intl.locale-extensions). * The [`Intl.supportedValuesOf` function](https://v8.dev/blog/v8-release-99#intl-enumeration). -* Improved performance of [class fields](https://bugs.chromium.org/p/v8/issues/detail?id=9888) and [private class methods](https://bugs.chromium.org/p/v8/issues/detail?id=10793) (the initialization of them is now as fast as ordinary property stores). +* Improved performance of [class fields and private class methods](https://v8.dev/blog/faster-class-features) (the initialization of them is now as fast as ordinary property stores). Contributed by Michaƫl Zasso in [#42657](https://github.com/nodejs/node/pull/42657).