From aebf7453d71fd03aa5b8ec5dcb3f230f98009d50 Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Thu, 13 Oct 2022 23:43:20 -0400 Subject: [PATCH] doc: add notable changes to latest v18.x release changelog PR-URL: https://github.com/nodejs/node/pull/44996 Reviewed-By: Richard Lau Reviewed-By: Moshe Atlow --- doc/changelogs/CHANGELOG_V18.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)