Skip to content

Commit 4c9089d

Browse files
committed
doc: update fs.open() changes record for optional 'flags'
Was missed on original PR. Ref: nodejs#23767
1 parent e3d05a6 commit 4c9089d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/api/fs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,9 @@ object with an `encoding` property specifying the character encoding to use.
23132313
<!-- YAML
23142314
added: v0.0.2
23152315
changes:
2316+
- version: v11.1.0
2317+
pr-url: https://github.com/nodejs/node/pull/23767
2318+
description: The `flags` argument is now optional and defaults to `'r'`
23162319
- version: v9.9.0
23172320
pr-url: https://github.com/nodejs/node/pull/18801
23182321
description: The `as` and `as+` modes are supported now.

0 commit comments

Comments
 (0)