From 5fa1e90cf8b810198cfe4cc46511e762e35db07c Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 8 Mar 2024 09:54:56 -0800 Subject: [PATCH] changelog 18.7.1 --- src/docs/content/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/docs/content/changelog.md b/src/docs/content/changelog.md index a8ad7d067..aab3f1ccd 100644 --- a/src/docs/content/changelog.md +++ b/src/docs/content/changelog.md @@ -17,6 +17,13 @@ eleventyNavigation: `before` methods and still preserved. `t.context` is now set when the test actually runs, not when the Test object is constructed. +- (18.7.1) Fix confusing behavior when `tap` is loaded both as + CommonJS and ESM in the same program. +- (18.7.1) Make `--allow-empty-coverage` default to true when + `--disable-coverage` is set. +- (18.7.1) Update `@tapjs/processinfo` to fix cases where + transpiled CommonJS can escape being recorded by the loader, + and thus is not tracked for coverage. ## 18.6