Skip to content

Commit

Permalink
[9.x] Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Mar 29, 2023
1 parent e14d28c commit 775eb8a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Release Notes for 9.x

## [Unreleased](https://github.com/laravel/framework/compare/v9.52.4...9.x)
## [Unreleased](https://github.com/laravel/framework/compare/v9.52.5...9.x)


## [v9.52.5](https://github.com/laravel/framework/compare/v9.52.4...v9.52.5) - 2023-02-25

### Fixed
- Fixed `Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount()` $connection parameter ([#46228](https://github.com/laravel/framework/pull/46228))
- PHP 8.0 fix for Closure jobs ([#46505](https://github.com/laravel/framework/pull/46505))
- Fix preg_split error when there is a slash in the attribute ([#46549](https://github.com/laravel/framework/pull/46549))

### Changed
- Allow WithFaker to be used when app is not bound ([#46529](https://github.com/laravel/framework/pull/46529))


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

0 comments on commit 775eb8a

Please sign in to comment.