summaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_V7.md
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-09-01 02:18:32 -0400
committerRich Trott <rtrott@gmail.com>2019-09-03 20:55:39 -0700
commita3307eac0e6fb276274e4e9bbaab1aa4433e795f (patch)
tree8f28047c28dc917181c068c768afc1bb870bed6b /doc/changelogs/CHANGELOG_V7.md
parent27a57d3a3449e4d6b9c07ef3bb56c4b0b43c133d (diff)
downloadandroid-node-v8-a3307eac0e6fb276274e4e9bbaab1aa4433e795f.tar.gz
android-node-v8-a3307eac0e6fb276274e4e9bbaab1aa4433e795f.tar.bz2
android-node-v8-a3307eac0e6fb276274e4e9bbaab1aa4433e795f.zip
doc: use consistent indenting for unordered list items
Address Markdownlint MD007 rule. Default suggestion is 2 space indenting for unordered list items. PR-URL: https://github.com/nodejs/node/pull/29390 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/changelogs/CHANGELOG_V7.md')
-rw-r--r--doc/changelogs/CHANGELOG_V7.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/changelogs/CHANGELOG_V7.md b/doc/changelogs/CHANGELOG_V7.md
index c3a33b3ee6..7c903c35fb 100644
--- a/doc/changelogs/CHANGELOG_V7.md
+++ b/doc/changelogs/CHANGELOG_V7.md
@@ -786,10 +786,10 @@ This release contains **v8 5.5**, you can read more about this version in the of
### Notable changes
* **deps**:
- * update V8 to 5.5 (Michaël Zasso) [#11029](https://github.com/nodejs/node/pull/11029)
- * upgrade libuv to 1.11.0 (cjihrig) [#11094](https://github.com/nodejs/node/pull/11094)
- * add node-inspect 1.10.4 (Jan Krems) [#10187](https://github.com/nodejs/node/pull/10187)
- * upgrade zlib to 1.2.11 (Sam Roberts) [#10980](https://github.com/nodejs/node/pull/10980)
+ * update V8 to 5.5 (Michaël Zasso) [#11029](https://github.com/nodejs/node/pull/11029)
+ * upgrade libuv to 1.11.0 (cjihrig) [#11094](https://github.com/nodejs/node/pull/11094)
+ * add node-inspect 1.10.4 (Jan Krems) [#10187](https://github.com/nodejs/node/pull/10187)
+ * upgrade zlib to 1.2.11 (Sam Roberts) [#10980](https://github.com/nodejs/node/pull/10980)
* **lib**: build `node inspect` into `node` (Anna Henningsen) [#10187](https://github.com/nodejs/node/pull/10187)
* **crypto**: Remove expired certs from CNNIC whitelist (Shigeki Ohtsu) [#9469](https://github.com/nodejs/node/pull/9469)
* **inspector**: add --inspect-brk (Josh Gavant) [#11149](https://github.com/nodejs/node/pull/11149)