Skip to content

Commit 1cbba01

Browse files
committed
docs: Add engine version justification to CHANGELOG
Added clarification that VS Code 1.104.0+ is required for modern APIs and stability improvements. This prevents future audit confusion about why this specific version is required. Changes: - Enhanced CHANGELOG.md line 42 with rationale for engine requirement Context: - Counter-audit of false-positive claims revealed need for explicit version justification - CHANGELOG markdown formatting already consistent (all hyphens) - All 336 tests passing - No functional changes
1 parent 258facd commit 1cbba01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ This extension is a modernized extraction of the "Organize Imports" feature from
3939
- Native VSCode OutputChannel logging (replaced winston)
4040
- Modern esbuild bundling (replaced tsc)
4141
- TypeScript 5.7+ with strict mode
42-
- VSCode engine 1.104.0+
42+
- VSCode engine 1.104.0+ (required for modern VS Code APIs and stability improvements)

0 commit comments

Comments
 (0)