You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-7.x.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.
4
4
5
+
## 7.40.1
6
+
7
+
Released: 2024-01-19
8
+
9
+
### Changes
10
+
11
+
* 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))
12
+
13
+
#### Testbench Changes
14
+
15
+
##### Changes
16
+
17
+
* Support nested configuration files.
18
+
19
+
##### Fixes
20
+
21
+
* Fixes issue with Livewire testing where calling `$router->getRoutes()->refreshActionLookups()` caused tests to fail.
22
+
5
23
## 7.40.0
6
24
7
25
Released: 2024-01-19
@@ -14,8 +32,6 @@ Released: 2024-01-19
14
32
15
33
##### Added
16
34
17
-
### Added
18
-
19
35
* Added `Orchestra\Testbench\Attributes\WithImmutableDates` attribute to force `Illuminate\Support\Date` to use `Carbon\CarbonImmutable`.
0 commit comments