diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md index 275a0786fda8c1..c01e134cefe1aa 100644 --- a/doc/changelogs/CHANGELOG_V18.md +++ b/doc/changelogs/CHANGELOG_V18.md @@ -87,13 +87,15 @@ and will remain so until October 2023. After that time, it will move into ## 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)