File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
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/v10.1.0...10.x )
4
+
5
+
6
+ ## [ v10.1.0 (2023-02-21)] ( https://github.com/laravel/framework/compare/v10.0.3...v10.1.0 )
7
+
8
+ ### Fixed
9
+ - Fixing issue where 0 is discarded as a valid timestamp ([ #46158 ] ( https://github.com/laravel/framework/pull/46158 ) )
10
+ - Fix custom themes not reseting on Markdown renderer ([ #46200 ] ( https://github.com/laravel/framework/pull/46200 ) )
11
+
12
+ ### Changed
13
+ - Use secure randomness in Arr: random and Arr: shuffle ([ #46105 ] ( https://github.com/laravel/framework/pull/46105 ) )
14
+ - Use mixed return type on controller stubs ([ #46166 ] ( https://github.com/laravel/framework/pull/46166 ) )
15
+ - Use InteractsWithDictionary in Eloquent collection ([ #46196 ] ( https://github.com/laravel/framework/pull/46196 ) )
4
16
5
17
6
18
## [ v10.0.3 (2023-02-17)] ( https://github.com/laravel/framework/compare/v10.0.2...v10.0.3 )
You can’t perform that action at this time.
0 commit comments