diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bb53601..90f8a8385 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,6 +10,11 @@ * `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