Skip to content

Commit a620c25

Browse files
Trottcodebytere
authored andcommitted
doc: udpate list item spacing in changelogs
Minor formatting adjustments to two changelog files in preparation for a markdown lint rule. PR-URL: #24391 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent 52259d7 commit a620c25

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/changelogs/CHANGELOG_V5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ https://github.com/nodejs/node/pull/5655
418418
* **timers**: Internal Node.js timeouts now use the same logic path as those created with `setTimeout()` (Jeremiah Senkpiel) [#4007](https://github.com/nodejs/node/pull/4007)
419419
* This may cause a slightly different performance profile in some situations. So far, it has shown to be positive in most cases.
420420
* **v8**: backport fb4ccae from v8 upstream (Vladimir Krivosheev) #4231
421-
- breakout events from v8 to offer better support for external debuggers
421+
- breakout events from v8 to offer better support for external debuggers
422422
* **zlib**: add support for concatenated members (Kári Tristan Helgason)
423423
https://github.com/nodejs/node/pull/5120
424424
* Previously, if multiple members were in the same archive, only the first would be read. The others are no longer thrown away.

doc/changelogs/CHANGELOG_V6.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2167,16 +2167,16 @@ This LTS release comes with 168 commits. This includes 85 which are test related
21672167

21682168
The SEMVER-MINOR changes include:
21692169

2170-
* **crypto**: allow adding extra certs to well-known CAs (Sam Roberts) [#9139](https://github.com/nodejs/node/pull/9139)
2171-
* **deps**: Upgrade INTL ICU to version 58 (Steven R. Loomis) [#9234](https://github.com/nodejs/node/pull/9234)
2172-
* **process**: add `process.memoryUsage.external` (Fedor Indutny) [#9587](https://github.com/nodejs/node/pull/9587)
2173-
* **src**: add wrapper for process.emitWarning() (Sam Roberts) [#9139](https://github.com/nodejs/node/pull/9139)
2170+
* **crypto**: allow adding extra certs to well-known CAs (Sam Roberts) [#9139](https://github.com/nodejs/node/pull/9139)
2171+
* **deps**: Upgrade INTL ICU to version 58 (Steven R. Loomis) [#9234](https://github.com/nodejs/node/pull/9234)
2172+
* **process**: add `process.memoryUsage.external` (Fedor Indutny) [#9587](https://github.com/nodejs/node/pull/9587)
2173+
* **src**: add wrapper for process.emitWarning() (Sam Roberts) [#9139](https://github.com/nodejs/node/pull/9139)
21742174

21752175

21762176
Notable SEMVER-PATCH changes include:
21772177

2178-
* **fs**: cache non-symlinks in realpathSync. (Jeremy Yallop) [#10253](https://github.com/nodejs/node/pull/10253)
2179-
* **repl**: allow autocompletion for scoped packages (Evan Lucas) [#10296](https://github.com/nodejs/node/pull/10296)
2178+
* **fs**: cache non-symlinks in realpathSync. (Jeremy Yallop) [#10253](https://github.com/nodejs/node/pull/10253)
2179+
* **repl**: allow autocompletion for scoped packages (Evan Lucas) [#10296](https://github.com/nodejs/node/pull/10296)
21802180

21812181
### Commits
21822182

0 commit comments

Comments
 (0)