Skip to content

Commit b5b3efe

Browse files
devsnekBethGriggs
authored andcommitted
doc: add more info to v14 changelog
PR-URL: #32979 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent eaf841d commit b5b3efe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/changelogs/CHANGELOG_V14.md

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

8181
* **(SEMVER-MAJOR)** **deps**: update V8 to 8.1.307.20 (Matheus Marchini) [#32116](https://github.com/nodejs/node/pull/32116)
82+
* 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))
83+
* 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))
84+
* 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))
85+
* Enables `calendar` and `numberingSystem` options for `Intl.DateTimeFormat` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat))
8286

8387
#### Other Notable Changes:
8488

0 commit comments

Comments
 (0)