From 179247f739f9d28ec5d756f6230d4c33e41dc067 Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Wed, 19 Nov 2025 14:21:06 -0800 Subject: [PATCH 1/2] Mention obsolete deprecation fix in all API surfaces --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bb53601..6f1e39050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 1.94.2 +### Command-Line Interface + * Using `--fatal-deprecation ` no longer emits warnings about deprecations that are obsolete. @@ -8,10 +10,17 @@ * `Deprecation.forVersion` now excludes obsolete deprecations from the set it returns. +### JS API + +* Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is + passed. + ### Node.js Embedded Host * Fix a bug where a variable could be used before it was initialized during async compilation. +* Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is + passed. ## 1.94.1 From 4744bf8a405268822730b69e1f0410de50d77cfd Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Wed, 19 Nov 2025 14:47:33 -0800 Subject: [PATCH 2/2] Code review --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1e39050..90f8a8385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,8 +19,6 @@ * Fix a bug where a variable could be used before it was initialized during async compilation. -* Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is - passed. ## 1.94.1