|
40 | 40 | ### Notable changes |
41 | 41 |
|
42 | 42 | * **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) |
44 | 45 | * **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 |
47 | 48 | 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) |
49 | 50 | * **inspector**: |
50 | 51 | * 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) |
52 | 53 | * **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) |
54 | 56 | * **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) |
56 | 59 | * **src**: |
57 | 60 | * 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) |
59 | 63 | * **tools,gyp**: |
60 | | - * Introduce MSVS 2019 #27375 |
| 64 | + * Introduce MSVS 2019 [#27375](https://github.com/nodejs/node/pull/27375) |
61 | 65 | * **util**: |
62 | 66 | * **inspect**: |
63 | 67 | * 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) |
65 | 70 | * 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) |
67 | 72 | * **worker**: |
68 | 73 | * `worker.terminate()` now returns a promise and using the callback is |
69 | | - deprecated #28021 |
| 74 | + deprecated [#28021](https://github.com/nodejs/node/pull/28021) |
70 | 75 |
|
71 | 76 | ### Commits |
72 | 77 |
|
|
0 commit comments