diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md index fc20daf1d44967..07fe28c7cf4232 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)