From 2e57b767a4a541d102a3099fa86af558e949696d Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 24 Sep 2024 10:54:28 +0800 Subject: [PATCH] Prepare 8.27.0 release Signed-off-by: Mior Muhammad Zaki --- CHANGELOG-8.x.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG-8.x.md b/CHANGELOG-8.x.md index 2dd9915..c5af93f 100644 --- a/CHANGELOG-8.x.md +++ b/CHANGELOG-8.x.md @@ -2,6 +2,40 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. +## 8.27.0 + +Released: 2024-09-23 + +### Changes + +* Update minimum support for Testbench Core v8.28.0+. ([v8.27.0...v8.28.0](https://github.com/orchestral/testbench-core/compare/v8.27.0...v8.28.0)) + +#### Testbench Changes + +##### Added + +* Added `markTestSkippedWhen()` and `markTestSkippedUnless()` assertion helper to conditionally handle `markTestSkipped()`. +* Added `Orchestra\Testbench\default_migration_path()` helper function. +* Added `Orchestra\Testbench\laravel_vendor_exists()` helper function. +* Allows TestCase to inherit Attributes defined on parent TestCase by @BlackLanzer in #233. + +##### Changes + +* Allow Testbench to delete `vendor` symlink directory if it was created while running tests. + +##### Fixes + +* Fixes `view.paths` configuration not being updated to include `workbench/resources/views` due to IoC booting sequence. + +##### Deprecated + +* Deprecated `Orchestra\Testbench\laravel_migration_path()`, use `default_migration_path()` instead. + + + ## 8.26.0 Released: 2024-08-26