Skip to content

Commit 60c21d3

Browse files
authored
Blog: Update v14.0.0 post to include more info about V8 update (#3130)
Refs: nodejs/node#32181
1 parent c971c02 commit 60c21d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

locale/en/blog/release/v14.0.0.md

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ interact with `std::shared_ptr`. This is expected to be fixed in a later version
5454
#### Update to V8 8.1
5555

5656
* **(SEMVER-MAJOR)** **deps**: update V8 to 8.1.307.20 (Matheus Marchini) [#32116](https://github.com/nodejs/node/pull/32116)
57+
* Enables Optional Chaining by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining), [v8.dev](https://v8.dev/features/optional-chaining))
58+
* Enables Nullish Coalescing by default ([MDN](https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_Coalescing_Operator), [v8.dev](https://v8.dev/features/nullish-coalescing))
59+
* Enables `Intl.DisplayNames` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DisplayNames), [v8.dev](https://v8.dev/features/intl-displaynames))
60+
* Enables `calendar` and `numberingSystem` options for `Intl.DateTimeFormat` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat))
5761

5862
#### Other Notable Changes:
5963

0 commit comments

Comments
 (0)