From 80f30deefb3f2577b1ca192060e44ed0d946e96b Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Mon, 18 Sep 2023 00:21:55 +0900 Subject: [PATCH] Changelog for #306 --- instrumentation/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/CHANGELOG.md b/instrumentation/CHANGELOG.md index e2957643..c86dad64 100644 --- a/instrumentation/CHANGELOG.md +++ b/instrumentation/CHANGELOG.md @@ -6,6 +6,7 @@ Change Log - Add support for test sharding (#270) - Add support for inherited tests (#288) - Only autoconfigure JUnit 5 for instrumentation tests when the user explicitly adds junit-jupiter-api as a dependency +- Prevent noisy logs in Logcat complaining about unresolvable annotation classes (#306) ## 1.3.0 (2021-09-17)