File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.52.4...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.52.5...9.x )
4
+
5
+
6
+ ## [ v9.52.5] ( https://github.com/laravel/framework/compare/v9.52.4...v9.52.5 ) - 2023-02-25
7
+
8
+ ### Fixed
9
+ - Fixed ` Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount() ` $connection parameter ([ #46228 ] ( https://github.com/laravel/framework/pull/46228 ) )
10
+ - PHP 8.0 fix for Closure jobs ([ #46505 ] ( https://github.com/laravel/framework/pull/46505 ) )
11
+ - Fix preg_split error when there is a slash in the attribute ([ #46549 ] ( https://github.com/laravel/framework/pull/46549 ) )
12
+
13
+ ### Changed
14
+ - Allow WithFaker to be used when app is not bound ([ #46529 ] ( https://github.com/laravel/framework/pull/46529 ) )
4
15
5
16
6
17
## [ v9.52.4] ( https://github.com/laravel/framework/compare/v9.52.3...v9.52.4 ) - 2023-02-22
You can’t perform that action at this time.
0 commit comments