Skip to content

Commit 5ee4932

Browse files
TBlindarukgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent acb599a commit 5ee4932

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,40 @@
11
# Release Notes for 10.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v10.0.3...10.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.52.1...10.x)
44

5+
## [v9.52.1](https://github.com/laravel/framework/compare/v10.0.3...v9.52.1) - 2023-02-21
6+
7+
### Changed
8+
9+
- Use secure randomness in Arr:random and Arr:shuffle ([#46105](https://github.com/laravel/framework/pull/46105))
510

611
## [v10.0.3 (2023-02-17)](https://github.com/laravel/framework/compare/v10.0.2...v10.0.3)
712

813
### Added
9-
- Added missing expression support for pluck in Builder ([#46146](https://github.com/laravel/framework/pull/46146))
1014

15+
- Added missing expression support for pluck in Builder ([#46146](https://github.com/laravel/framework/pull/46146))
1116

1217
## [v10.0.2 (2023-02-16)](https://github.com/laravel/framework/compare/v10.0.1...v10.0.2)
1318

1419
### Added
15-
- Register policies automatically to the gate ([#46132](https://github.com/laravel/framework/pull/46132))
1620

21+
- Register policies automatically to the gate ([#46132](https://github.com/laravel/framework/pull/46132))
1722

1823
## [v10.0.1 (2023-02-16)](https://github.com/laravel/framework/compare/v10.0.0...v10.0.1)
1924

2025
### Added
26+
2127
- Standard Input can be applied to PendingProcess ([#46119](https://github.com/laravel/framework/pull/46119))
2228

2329
### Fixed
30+
2431
- Fix Expression string casting ([#46137](https://github.com/laravel/framework/pull/46137))
2532

2633
### Changed
34+
2735
- Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place ([#46130](https://github.com/laravel/framework/pull/46130))
2836
- Show queue connection in MonitorCommand ([#46122](https://github.com/laravel/framework/pull/46122))
2937

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

3340
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.

0 commit comments

Comments
 (0)