Skip to content

Commit

Permalink
Prepare 6.41.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 24, 2023
1 parent d9a1d78 commit 574e0a7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG-6.x.md
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-core`.

## 6.41.1

Released: 2023-10-24

### Fixes

* Fixes compatibility with Testbench Dusk when handling PHPUnit Attributes.

## 6.41.0

Released: 2023-10-24
Expand All @@ -11,7 +19,7 @@ Released: 2023-10-24
* Added `Orchestra\Testbench\Workbench\Workbench` to handle integrations with Workbench.
* Added `Orchestra\Testbench\Foundation\Config::getWorkbenchDiscoversAttributes()` method.
* Added `Orchestra\Testbench\Concerns\Database\InteractsWithSqliteDatabaseFile` trait.
* Added support for PHPUnit Attribute as replacements to Annotations:
* Added support for PHPUnit Attributes as replacements to Annotations:
- `@define-env` and `@environment-setup` will be replaced with `Orchestra\Testbench\Attributes\DefineEnvironment`.
- `@define-db` will be replaced with `Orchestra\Testbench\Attributes\DefineDatabase`.
- `@define-route` will be replaced with `Orchestra\Testbench\Attributes\DefineRoute`.
Expand Down

0 comments on commit 574e0a7

Please sign in to comment.