|
1 | 1 | # Release Notes for 10.x
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/framework/compare/v10.1.1...10.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v9.52.3...10.x) |
4 | 4 |
|
| 5 | +## [v9.52.3](https://github.com/laravel/framework/compare/v10.1.1...v9.52.3) - 2023-02-22 |
| 6 | + |
| 7 | +### Reverted |
| 8 | + |
| 9 | +- Revert changes from `Arr::random()` ([cf3eb90](https://github.com/laravel/framework/commit/cf3eb90a6473444bb7a78d1a3af1e9312a62020d)) |
5 | 10 |
|
6 | 11 | ## [v10.1.1 (2023-02-21)](https://github.com/laravel/framework/compare/v10.1.0...v10.1.1)
|
7 | 12 |
|
8 | 13 | ### Added
|
| 14 | + |
9 | 15 | - Add the ability to re-resolve cache drivers ([#46203](https://github.com/laravel/framework/pull/46203))
|
10 | 16 |
|
11 | 17 | ### Fixed
|
12 |
| -- Fixed `Illuminate/Collections/Arr::shuffle()` for empty array ([0c6cae0](https://github.com/laravel/framework/commit/0c6cae0ef647158b9554cad05ff39db7e7ad0d33)) |
13 | 18 |
|
| 19 | +- Fixed `Illuminate/Collections/Arr::shuffle()` for empty array ([0c6cae0](https://github.com/laravel/framework/commit/0c6cae0ef647158b9554cad05ff39db7e7ad0d33)) |
14 | 20 |
|
15 | 21 | ## [v10.1.0 (2023-02-21)](https://github.com/laravel/framework/compare/v10.0.3...v10.1.0)
|
16 | 22 |
|
17 | 23 | ### Fixed
|
| 24 | + |
18 | 25 | - Fixing issue where 0 is discarded as a valid timestamp ([#46158](https://github.com/laravel/framework/pull/46158))
|
19 | 26 | - Fix custom themes not reseting on Markdown renderer ([#46200](https://github.com/laravel/framework/pull/46200))
|
20 | 27 |
|
21 | 28 | ### Changed
|
| 29 | + |
22 | 30 | - Use secure randomness in Arr:random and Arr:shuffle ([#46105](https://github.com/laravel/framework/pull/46105))
|
23 | 31 | - Use mixed return type on controller stubs ([#46166](https://github.com/laravel/framework/pull/46166))
|
24 | 32 | - Use InteractsWithDictionary in Eloquent collection ([#46196](https://github.com/laravel/framework/pull/46196))
|
25 | 33 |
|
26 |
| - |
27 | 34 | ## [v10.0.3 (2023-02-17)](https://github.com/laravel/framework/compare/v10.0.2...v10.0.3)
|
28 | 35 |
|
29 | 36 | ### Added
|
30 |
| -- Added missing expression support for pluck in Builder ([#46146](https://github.com/laravel/framework/pull/46146)) |
31 | 37 |
|
| 38 | +- Added missing expression support for pluck in Builder ([#46146](https://github.com/laravel/framework/pull/46146)) |
32 | 39 |
|
33 | 40 | ## [v10.0.2 (2023-02-16)](https://github.com/laravel/framework/compare/v10.0.1...v10.0.2)
|
34 | 41 |
|
35 | 42 | ### Added
|
36 |
| -- Register policies automatically to the gate ([#46132](https://github.com/laravel/framework/pull/46132)) |
37 | 43 |
|
| 44 | +- Register policies automatically to the gate ([#46132](https://github.com/laravel/framework/pull/46132)) |
38 | 45 |
|
39 | 46 | ## [v10.0.1 (2023-02-16)](https://github.com/laravel/framework/compare/v10.0.0...v10.0.1)
|
40 | 47 |
|
41 | 48 | ### Added
|
| 49 | + |
42 | 50 | - Standard Input can be applied to PendingProcess ([#46119](https://github.com/laravel/framework/pull/46119))
|
43 | 51 |
|
44 | 52 | ### Fixed
|
| 53 | + |
45 | 54 | - Fix Expression string casting ([#46137](https://github.com/laravel/framework/pull/46137))
|
46 | 55 |
|
47 | 56 | ### Changed
|
| 57 | + |
48 | 58 | - Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place ([#46130](https://github.com/laravel/framework/pull/46130))
|
49 | 59 | - Show queue connection in MonitorCommand ([#46122](https://github.com/laravel/framework/pull/46122))
|
50 | 60 |
|
51 |
| - |
52 | 61 | ## [v10.0.0 (2023-02-14)](https://github.com/laravel/framework/compare/v10.0.0...10.x)
|
53 | 62 |
|
54 | 63 | 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