FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add missing added entry for fs.lchmod by ashrees · Pull Request #65290 · nodejs/node · GitHub

/ node Public

doc: add missing added entry for fs.lchmod - #65290

Closed
ashrees wants to merge 1 commit into
nodejs:mainfrom
ashrees:doc/fs-lchmod-history
Closed

doc: add missing added entry for fs.lchmod#65290
ashrees wants to merge 1 commit into
nodejs:mainfrom
ashrees:doc/fs-lchmod-history

Conversation

ashrees commented Aug 14, 2026

Copy link
Copy Markdown

The YAML history blocks for fs.lchmod and fs.lchmodSync only recorded the deprecation version, with no indication of when the API was introduced (see #65280).

Per doc/changelogs/CHANGELOG_ARCHIVE.md, fs.lchmod was introduced in v0.5.0 (2011-07-05: "add fs.lchow, fs.lchmod, fs.fchmod, fs.fchown", nodejs/node-v0.x-archive#853).

Note: the existing deprecated: v0.4.7 predates the introduction; I left it untouched to keep this PR minimal, but it may deserve a follow-up look.

Doc-only change; no tests added.

Refs: #65280

The YAML history blocks for fs.lchmod and fs.lchmodSync only recorded the deprecation version (v0.4.7), with no added entry.

Per doc/changelogs/CHANGELOG_ARCHIVE.md, fs.lchmod was introduced in v0.5.0 (2011-07-05, nodejs/node-v0.x-archive#853).

Refs: nodejs#65280
nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Aug 14, 2026

aduh95 commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Duplicate of #65283

aduh95 marked this as a duplicate of #65283 Aug 14, 2026
aduh95 closed this Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL