Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1.94.2

### Command-Line Interface

* Using `--fatal-deprecation <version>` no longer emits warnings about
deprecations that are obsolete.

Expand All @@ -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
Expand Down