Skip to content

Commit 3bbc6c5

Browse files
committed
[9.x] Update changelog
1 parent eb85cd9 commit 3bbc6c5

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.51.0...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.52.0...9.x)
4+
5+
6+
## [v9.52.0](https://github.com/laravel/framework/compare/v9.51.0...v9.52.0) - 2023-02-14
7+
8+
### Added
9+
- Added methods to Enumerable contract ([#46021](https://github.com/laravel/framework/pull/46021))
10+
- Added new mailer transport for AWS SES V2 API ([#45977](https://github.com/laravel/framework/pull/45977))
11+
- Add S3 temporaryUploadUrl method to AwsS3V3Adapter ([#45753](https://github.com/laravel/framework/pull/45753))
12+
- Add index hinting support to query builder ([#46063](https://github.com/laravel/framework/pull/46063))
13+
- Add mailer name to data for SentMessage and MessageSending events ([#46079](https://github.com/laravel/framework/pull/46079))
14+
- Added --pending option to migrate:status ([#46089](https://github.com/laravel/framework/pull/46089))
15+
16+
### Fixed
17+
- Fixed pdo exception when rollbacking without active transaction ([#46017](https://github.com/laravel/framework/pull/46017))
18+
- Fix duplicated columns on select ([#46049](https://github.com/laravel/framework/pull/46049))
19+
- Fixes memory leak on anonymous migrations ([№46073](https://github.com/laravel/framework/pull/46073))
20+
- Fixed race condition in locks issued by the file cache driver ([#46011](https://github.com/laravel/framework/pull/46011))
21+
22+
### Changed
23+
- Allow choosing tables to truncate in `Illuminate/Foundation/Testing/DatabaseTruncation::truncateTablesForConnection()` ([#46025](https://github.com/laravel/framework/pull/46025))
24+
- Update afterPromptingForMissingArguments method ([#46052](https://github.com/laravel/framework/pull/46052))
25+
- Accept closure in bus assertion helpers ([#46075](https://github.com/laravel/framework/pull/46075))
26+
- Avoid mutating the $expectedLitener between loops on Event::assertListening ([#46095](https://github.com/laravel/framework/pull/46095))
427

528

629
## [v9.51.0](https://github.com/laravel/framework/compare/v9.50.2...v9.51.0) - 2023-02-07

0 commit comments

Comments
 (0)