Skip to content

Commit

Permalink
doc: add notable changes to latest v18.x release changelog
Browse files Browse the repository at this point in the history
PR-URL: #44996
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
danielleadams committed Jan 3, 2023
1 parent 596e3a8 commit aebf745
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/changelogs/CHANGELOG_V18.md
Expand Up @@ -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)
Expand Down

0 comments on commit aebf745

Please sign in to comment.