Skip to content

Commit

Permalink
Prepare 8.14.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 a0b99a9 commit 1e102cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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


## 7.34.1

Released: 2023-10-24
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 8.14.1

Released: 2023-10-24

### Fixes

* Fixes compatibility with Testbench Dusk when handling PHPUnit Attributes.

## 8.14.0

Released: 2023-10-24
Expand All @@ -15,7 +23,7 @@ Released: 2023-10-24
- `make()`
- `makeFromConfig()`
- `createFromConfig()`
* 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 1e102cc

Please sign in to comment.