| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Back | FazBrowse Home | New Git URL |
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