Skip to content

Commit 0d2d116

Browse files
devsnektargos
authored andcommitted
doc: add links to 12.5.0 changelog notable changes
PR-URL: #28450 Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 96e8b98 commit 0d2d116

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

doc/changelogs/CHANGELOG_V12.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,38 @@
4040
### Notable changes
4141

4242
* **build**:
43-
* The startup time is reduced by enabling V8 snapshots by default #28181
43+
* The startup time is reduced by enabling V8 snapshots by default
44+
[#28181](https://github.com/nodejs/node/pull/28181)
4445
* **deps**:
45-
* Updated `V8` to 7.5.288.22 #27375
46-
* The [numeric separator](v8.dev/features/numeric-separators) feature is now
46+
* Updated `V8` to 7.5.288.22 [#27375](https://github.com/nodejs/node/pull/27375)
47+
* The [numeric separator](https://v8.dev/features/numeric-separators) feature is now
4748
enabled by default
48-
* Updated `OpenSSL` to 1.1.1c #28211
49+
* Updated `OpenSSL` to 1.1.1c [#28211](https://github.com/nodejs/node/pull/28211)
4950
* **inspector**:
5051
* The `--inspect-publish-uid` flag was added to specify ways of the inspector
51-
web socket url exposure #27741
52+
web socket url exposure [#27741](https://github.com/nodejs/node/pull/27741)
5253
* **n-api**:
53-
* Accessors on napi_define_* are now ECMAScript-compliant #27851
54+
* Accessors on napi_define_* are now ECMAScript-compliant
55+
[#27851](https://github.com/nodejs/node/pull/27851)
5456
* **report**:
55-
* The cpu info got added to the report output #28188
57+
* The cpu info got added to the report output
58+
[#28188](https://github.com/nodejs/node/pull/28188)
5659
* **src**:
5760
* Restore the original state of the stdio file descriptors on exit to prevent
58-
leaving stdio in raw or non-blocking mode #24260
61+
leaving stdio in raw or non-blocking mode
62+
[#24260](https://github.com/nodejs/node/pull/24260)
5963
* **tools,gyp**:
60-
* Introduce MSVS 2019 #27375
64+
* Introduce MSVS 2019 [#27375](https://github.com/nodejs/node/pull/27375)
6165
* **util**:
6266
* **inspect**:
6367
* Array grouping became more compact and uses more columns than before
64-
#28059 #28070
68+
[#28059](https://github.com/nodejs/node/pull/28059)
69+
[#28070](https://github.com/nodejs/node/pull/28070)
6570
* Long strings will not be split at 80 characters anymore. Instead they will
66-
be split on new lines #28055
71+
be split on new lines [#28055](https://github.com/nodejs/node/pull/28055)
6772
* **worker**:
6873
* `worker.terminate()` now returns a promise and using the callback is
69-
deprecated #28021
74+
deprecated [#28021](https://github.com/nodejs/node/pull/28021)
7075

7176
### Commits
7277

0 commit comments

Comments
 (0)