Skip to content
Merged
Changes from 1 commit
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
9 changes: 9 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,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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can omit this one, since the embedded host is implicitly covered by stuff that affects the JS API in general.


## 1.94.1

Expand Down