Skip to content

Commit

Permalink
Prepare 7.40.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 Jan 22, 2024
1 parent de728ae commit 7313937
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 7.40.1

Released: 2024-01-19

### Changes

* Update minimum support for Testbench Core v7.40.1+. ([v7.40.0...v7.40.1](https://github.com/orchestral/testbench-core/compare/v7.40.0...v7.40.1))

#### Testbench Changes

##### Changes

* Support nested configuration files.

##### Fixes

* Fixes issue with Livewire testing where calling `$router->getRoutes()->refreshActionLookups()` caused tests to fail.

## 7.40.0

Released: 2024-01-19
Expand All @@ -14,8 +32,6 @@ Released: 2024-01-19

##### Added

### Added

* Added `Orchestra\Testbench\Attributes\WithImmutableDates` attribute to force `Illuminate\Support\Date` to use `Carbon\CarbonImmutable`.
* Added following helper functions:
- `Orchestra\Testbench\default_skeleton_path`
Expand Down

0 comments on commit 7313937

Please sign in to comment.