Skip to content

Commit cf2306d

Browse files
Trottrvagg
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 <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 9b2ab12 commit cf2306d

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
@@ -419,7 +419,7 @@ https://github.com/nodejs/node/pull/5655
419419
* **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)
420420
* This may cause a slightly different performance profile in some situations. So far, it has shown to be positive in most cases.
421421
* **v8**: backport fb4ccae from v8 upstream (Vladimir Krivosheev) #4231
422-
- breakout events from v8 to offer better support for external debuggers
422+
- breakout events from v8 to offer better support for external debuggers
423423
* **zlib**: add support for concatenated members (Kári Tristan Helgason)
424424
https://github.com/nodejs/node/pull/5120
425425
* 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
@@ -2456,16 +2456,16 @@ This LTS release comes with 168 commits. This includes 85 which are test related
24562456

24572457
The SEMVER-MINOR changes include:
24582458

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

24642464

24652465
Notable SEMVER-PATCH changes include:
24662466

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

24702470
### Commits
24712471

0 commit comments

Comments
 (0)