Skip to content

doc: add missing added: tags to fs.lchmod - #65283

Open
lazerg wants to merge 2 commits into
nodejs:mainfrom
lazerg:fix/issue-65280-lchmod-added-history
Open

doc: add missing added: tags to fs.lchmod#65283
lazerg wants to merge 2 commits into
nodejs:mainfrom
lazerg:fix/issue-65280-lchmod-added-history

Conversation

@lazerg

@lazerg lazerg commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

The history dropdown for fs.lchmod, fs.lchmodSync, and fsPromises.lchmod only shows when each was deprecated, not when it was added. I traced the original addition through the v0.5.0 ChangeLog (issue nodejs/node-v0.x-archive#853) and the initial fs/promises implementation (#18297), and filled in the missing added: version for each.

Fixes: #65280
Refs: nodejs/node-v0.x-archive#853
Refs: 3935adc
Refs: #18297

Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
@nodejs-github-bot 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
Comment thread doc/api/fs.md Outdated
Comment thread doc/api/fs.md Outdated
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Aug 14, 2026
@ashrees

ashrees commented Aug 14, 2026

Copy link
Copy Markdown

Nice work — I independently traced the same source (v0.5.0 via nodejs/node-v0.x-archive#853) before noticing this PR. One possible follow-up: the existing deprecated: v0.4.7 predates the v0.5.0 introduction, which looks inconsistent — happy to open a separate issue for the deprecation date if collaborators agree.

@lazerg

lazerg commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Good catch, and yeah, that's the same rabbit hole. Turns out that one was already flagged in review, v0.4.7 predates fs.lchmod existing entirely (confirmed against CHANGELOG_ARCHIVE.md, fs.lchmod only shows up in v0.5.0 via #853). Already fixed it in this PR, deprecated now reads v0.5.0 too. No need for a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. 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.

Incomplete history of the method fs.lchmod

4 participants