Uh oh!
There was an error while loading. Please reload this page.
doc: add missing added: tags to fs.lchmod - #65283
Conversation
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com>
ashrees
commented
Aug 14, 2026
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 |
lazerg
commented
Aug 14, 2026
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. |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 16, 2026
Landed in 46cac5a |
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com> PR-URL: #65283Fixes: #65280 Refs: nodejs/node-v0.x-archive#853 Refs: 3935adc Refs: #18297 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com> PR-URL: #65283Fixes: #65280 Refs: nodejs/node-v0.x-archive#853 Refs: 3935adc Refs: #18297 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Signed-off-by: Lazizbek Ergashev <lazerg2@gmail.com> PR-URL: #65283Fixes: #65280 Refs: nodejs/node-v0.x-archive#853 Refs: 3935adc Refs: #18297 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
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