summaryrefslogtreecommitdiff
path: root/doc/changelogs
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2022-10-13 23:43:20 -0400
committerDanielle Adams <adamzdanielle@gmail.com>2022-10-14 00:12:47 -0400
commit37e5152245bbd3ba16709e639c797ef648ea47f9 (patch)
treec9329bcda23abd47e1bed3a920202d1146613de6 /doc/changelogs
parent0be1c5728173ea9ac42843058e26b6268568acf0 (diff)
downloadnode-new-37e5152245bbd3ba16709e639c797ef648ea47f9.tar.gz
doc: add notable changes to latest v18.x release changelog
PR-URL: https://github.com/nodejs/node/pull/44996 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Diffstat (limited to 'doc/changelogs')
-rw-r--r--doc/changelogs/CHANGELOG_V18.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md
index fc20daf1d4..07fe28c7cf 100644
--- a/doc/changelogs/CHANGELOG_V18.md
+++ b/doc/changelogs/CHANGELOG_V18.md
@@ -49,13 +49,15 @@
## 2022-10-13, Version 18.11.0 (Current), @danielleadams
-### watch mode (experimental)
+### Notable changes
+
+#### watch mode (experimental)
Running in 'watch' mode using `node --watch` restarts the process when an imported file is changed.
Contributed by Moshe Atlow in [#44366](https://github.com/nodejs/node/pull/44366)
-### Other notable changes
+#### Other notable changes
* **fs**:
* (SEMVER-MINOR) add `FileHandle.prototype.readLines` (Antoine du Hamel) [#42590](https://github.com/nodejs/node/pull/42590)