Skip to content

Commit 775eb8a

Browse files
committed
[9.x] Update CHANGELOG.md
1 parent e14d28c commit 775eb8a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Release Notes for 9.x
22

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))
415

516

617
## [v9.52.4](https://github.com/laravel/framework/compare/v9.52.3...v9.52.4) - 2023-02-22

0 commit comments

Comments
 (0)