Skip to content

Commit 7af5122

Browse files
authored
Mention obsolete deprecation fix in all API surfaces (#2683)
1 parent 82b96b0 commit 7af5122

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 1.94.2
22

3+
### Command-Line Interface
4+
35
* Using `--fatal-deprecation <version>` no longer emits warnings about
46
deprecations that are obsolete.
57

@@ -8,6 +10,11 @@
810
* `Deprecation.forVersion` now excludes obsolete deprecations from the set it
911
returns.
1012

13+
### JS API
14+
15+
* Excludes obsolete deprecations from `fatalDeprecations` when a `Version` is
16+
passed.
17+
1118
### Node.js Embedded Host
1219

1320
* Fix a bug where a variable could be used before it was initialized during

0 commit comments

Comments
 (0)