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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,34 @@
2
2
3
3
This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.
4
4
5
+
## 7.39.0
6
+
7
+
Released: 2023-12-28
8
+
9
+
### Changes
10
+
11
+
* Update minimum support for Testbench Core v7.39.0+. ([v7.38.0...v7.39.0](https://github.com/orchestral/testbench-core/compare/v7.38.0...v7.39.0))
12
+
13
+
#### Testbench Changes
14
+
15
+
##### Added
16
+
17
+
* Added `Orchestra\Testbench\Features\TestingFeature` as replacement to `HandlesTestingFeature` trait.
18
+
* Added support for `LOG_DEPRECATIONS_WHILE_TESTING` (default to `true`) environment variables.
19
+
* Add following interfaces for Attribute handling:
0 commit comments