@@ -11,33 +11,33 @@ author: Ruben Bridgewater
1111### Notable changes
1212
1313* ** build** :
14- * The startup time is reduced by enabling V8 snapshots by default #28181
14+ * The startup time is reduced by enabling V8 snapshots by default [ #28181 ] ( https://github.com/nodejs/node/pull/28181 )
1515* ** deps** :
16- * Updated ` V8 ` to 7.5.288.22 #27375
17- * The [ numeric separator] ( v8.dev/features/numeric-separators ) feature is now
16+ * Updated ` V8 ` to 7.5.288.22 [ #27375 ] ( https://github.com/nodejs/node/pull/27375 )
17+ * The [ numeric separator] ( https:// v8.dev/features/numeric-separators) feature is now
1818 enabled by default
19- * Updated ` OpenSSL ` to 1.1.1c #28211
19+ * Updated ` OpenSSL ` to 1.1.1c [ #28211 ] ( https://github.com/nodejs/node/pull/28211 )
2020* ** inspector** :
2121 * The ` --inspect-publish-uid ` flag was added to specify ways of the inspector
22- web socket url exposure #27741
22+ web socket url exposure [ #27741 ] ( https://github.com/nodejs/node/pull/27741 )
2323* ** n-api** :
24- * Accessors on napi_define_ * are now ECMAScript-compliant #27851
24+ * Accessors on napi_define_ * are now ECMAScript-compliant [ #27851 ] ( https://github.com/nodejs/node/pull/27851 )
2525* ** report** :
26- * The cpu info got added to the report output #28188
26+ * The cpu info got added to the report output [ #28188 ] ( https://github.com/nodejs/node/pull/28188 )
2727* ** src** :
2828 * Restore the original state of the stdio file descriptors on exit to prevent
29- leaving stdio in raw or non-blocking mode #24260
29+ leaving stdio in raw or non-blocking mode [ #24260 ] ( https://github.com/nodejs/node/pull/24260 )
3030* ** tools,gyp** :
31- * Introduce MSVS 2019 #27375
31+ * Introduce MSVS 2019 [ #27375 ] ( https://github.com/nodejs/node/pull/27375 )
3232* ** util** :
3333 * ** inspect** :
3434 * Array grouping became more compact and uses more columns than before
35- #28059 #28070
35+ [ #28059 ] ( https://github.com/nodejs/node/pull/28059 ) [ #28070 ] ( https://github.com/nodejs/node/pull/28070 )
3636 * Long strings will not be split at 80 characters anymore. Instead they will
37- be split on new lines #28055
37+ be split on new lines [ #28055 ] ( https://github.com/nodejs/node/pull/28055 )
3838* ** worker** :
3939 * ` worker.terminate() ` now returns a promise and using the callback is
40- deprecated #28021
40+ deprecated [ #28021 ] ( https://github.com/nodejs/node/pull/28021 )
4141
4242### Commits
4343
0 commit comments