Skip to content

Commit 390e60f

Browse files
TBlindarukgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 5e8f9b0 commit 390e60f

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,63 @@
11
# Release Notes for 10.x
22

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)
44

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))
510

611
## [v10.1.1 (2023-02-21)](https://github.com/laravel/framework/compare/v10.1.0...v10.1.1)
712

813
### Added
14+
915
- Add the ability to re-resolve cache drivers ([#46203](https://github.com/laravel/framework/pull/46203))
1016

1117
### Fixed
12-
- Fixed `Illuminate/Collections/Arr::shuffle()` for empty array ([0c6cae0](https://github.com/laravel/framework/commit/0c6cae0ef647158b9554cad05ff39db7e7ad0d33))
1318

19+
- Fixed `Illuminate/Collections/Arr::shuffle()` for empty array ([0c6cae0](https://github.com/laravel/framework/commit/0c6cae0ef647158b9554cad05ff39db7e7ad0d33))
1420

1521
## [v10.1.0 (2023-02-21)](https://github.com/laravel/framework/compare/v10.0.3...v10.1.0)
1622

1723
### Fixed
24+
1825
- Fixing issue where 0 is discarded as a valid timestamp ([#46158](https://github.com/laravel/framework/pull/46158))
1926
- Fix custom themes not reseting on Markdown renderer ([#46200](https://github.com/laravel/framework/pull/46200))
2027

2128
### Changed
29+
2230
- Use secure randomness in Arr:random and Arr:shuffle ([#46105](https://github.com/laravel/framework/pull/46105))
2331
- Use mixed return type on controller stubs ([#46166](https://github.com/laravel/framework/pull/46166))
2432
- Use InteractsWithDictionary in Eloquent collection ([#46196](https://github.com/laravel/framework/pull/46196))
2533

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

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

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

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

3542
### Added
36-
- Register policies automatically to the gate ([#46132](https://github.com/laravel/framework/pull/46132))
3743

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

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

4148
### Added
49+
4250
- Standard Input can be applied to PendingProcess ([#46119](https://github.com/laravel/framework/pull/46119))
4351

4452
### Fixed
53+
4554
- Fix Expression string casting ([#46137](https://github.com/laravel/framework/pull/46137))
4655

4756
### Changed
57+
4858
- Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place ([#46130](https://github.com/laravel/framework/pull/46130))
4959
- Show queue connection in MonitorCommand ([#46122](https://github.com/laravel/framework/pull/46122))
5060

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

5463
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)