diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index 99581c4..e18c834 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -2,6 +2,27 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. +## 7.41.1 + +Released: 2024-03-19 + +### Changes + +* Update minimum support for Testbench Core v7.42.4+. ([v7.42.0...v7.42.4](https://github.com/orchestral/testbench-core/compare/v7.42.0...v7.42.4)) + +#### Testbench Changes + +##### Changes + +* Run `ResetRefreshDatabaseState` via `tearDownTheTestEnvironmentUsingTestCase()` method. +* Check against `RefreshDatabaseState::$migrated` and `RefreshDatabaseState::$lazilyRefreshed` before loading migration paths to the instance of `migrator`. + +##### Fixes + +* Fixes `beforeApplicationDestroyed()` usage on `loadLaravelMigrations()` method. +* Fixes `RefreshDatabase` usage does not reset the database migrations between tests. +* Fixes `class_implements(): Class AllowDynamicProperties does not exist and could not be loaded` error on PHP 8.1 and lower. + ## 7.41.0 Released: 2024-03-13