From 769232488b639c4ac191c296fdf61b5a5deb91f1 Mon Sep 17 00:00:00 2001 From: Ashish Shrees <47479956+ashrees@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:00:57 -0400 Subject: [PATCH] doc: add missing added entry for fs.lchmod 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: https://github.com/nodejs/node/issues/65280 --- doc/api/fs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 21eaa6af0e1c..eead9edf5698 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3666,6 +3666,7 @@ glob('**/*.js', (err, matches) => { ### `fs.lchmod(path, mode, callback)`