Skip to content

Commit 33b3540

Browse files
committed
[10.x] Update CHANGELOG.md
1 parent acb599a commit 33b3540

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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/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))
416

517

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

0 commit comments

Comments
 (0)