Skip to content

Commit

Permalink
Prepare 6.42.0 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 19, 2024
1 parent d519909 commit f38b911
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 6.42.0

Released: 2024-01-19

### Changes

* Update minimum support for Testbench Core v6.47.0+. ([v6.45.0...v6.47.0](https://github.com/orchestral/testbench-core/compare/v6.45.0...v6.47.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Features\TestingFeature` as replacement to `HandlesTestingFeature` trait.
* Added `Orchestra\Testbench\Attributes\WithImmutableDates` attribute to force `Illuminate\Support\Date` to use `Carbon\CarbonImmutable`.
* Added following helper functions:
- `Orchestra\Testbench\default_skeleton_path`
- `Orchestra\Testbench\refresh_router_lookups`

##### Deprecated

* Deprecate `Orchestra\Testbench\Concerns\HandlesTestingFeature` trait.

## 6.41.0

Released: 2023-12-19
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit f38b911

Please sign in to comment.