From b7e80dccc29f3203a67ac55b2a8483fc5fbef25e Mon Sep 17 00:00:00 2001 From: Isaac Udy Date: Mon, 16 Oct 2023 23:01:21 +1300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f954e99f..a56dcabe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.1.1 +* Fixed a bug with `EnroTestRule`/`runEnroTest` that would cause instrumented `androidTest` tests to fail when including both tests that use `EnroTestRule`/`runEnroTest` and tests that do not in the same test suite + ## 2.1.0 * Update to Compose 1.5.x * Moved Activity/Fragment integrations out of the core of Enro and into independent plugins (which are still installed by default)