Skip to content

Commit d252ed2

Browse files
TBlindarukgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent fbd36fc commit d252ed2

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
# Release Notes for 10.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v10.0.0..10.x)
4-
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.52.0...10.x)
54

65
## [v10.0.0 (2023-02-14)](https://github.com/laravel/framework/compare/v10.0.0...10.x)
76

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

0 commit comments

Comments
 (0)