File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 10.x
2
2
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 )
4
4
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 ) )
5
10
6
11
## [ v10.0.3 (2023-02-17)] ( https://github.com/laravel/framework/compare/v10.0.2...v10.0.3 )
7
12
8
13
### Added
9
- - Added missing expression support for pluck in Builder ([ #46146 ] ( https://github.com/laravel/framework/pull/46146 ) )
10
14
15
+ - Added missing expression support for pluck in Builder ([ #46146 ] ( https://github.com/laravel/framework/pull/46146 ) )
11
16
12
17
## [ v10.0.2 (2023-02-16)] ( https://github.com/laravel/framework/compare/v10.0.1...v10.0.2 )
13
18
14
19
### Added
15
- - Register policies automatically to the gate ([ #46132 ] ( https://github.com/laravel/framework/pull/46132 ) )
16
20
21
+ - Register policies automatically to the gate ([ #46132 ] ( https://github.com/laravel/framework/pull/46132 ) )
17
22
18
23
## [ v10.0.1 (2023-02-16)] ( https://github.com/laravel/framework/compare/v10.0.0...v10.0.1 )
19
24
20
25
### Added
26
+
21
27
- Standard Input can be applied to PendingProcess ([ #46119 ] ( https://github.com/laravel/framework/pull/46119 ) )
22
28
23
29
### Fixed
30
+
24
31
- Fix Expression string casting ([ #46137 ] ( https://github.com/laravel/framework/pull/46137 ) )
25
32
26
33
### Changed
34
+
27
35
- Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place ([ #46130 ] ( https://github.com/laravel/framework/pull/46130 ) )
28
36
- Show queue connection in MonitorCommand ([ #46122 ] ( https://github.com/laravel/framework/pull/46122 ) )
29
37
30
-
31
38
## [ v10.0.0 (2023-02-14)] ( https://github.com/laravel/framework/compare/v10.0.0...10.x )
32
39
33
40
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.
You can’t perform that action at this time.
0 commit comments