Skip to content

Commit 78b7aaf

Browse files
committed
[10.x] Update CHANGELOG.md
1 parent 2d6b251 commit 78b7aaf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v10.1.2...10.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v10.1.3...10.x)
44

55

6+
## [v10.1.3 (2023-02-22)](https://github.com/laravel/framework/compare/v10.1.2...v10.1.3)
7+
8+
### Added
9+
- Added protected method `Illuminate/Http/Resources/Json/JsonResource::newCollection()` for simplifies collection customisation ([#46217](https://github.com/laravel/framework/pull/46217))
10+
611
### Fixed
712
- Fixes constructable migrations ([#46223](https://github.com/laravel/framework/pull/46223))
813

14+
### Changes
15+
- Accept time when generating ULID in `Str::ulid()` ([#46201](https://github.com/laravel/framework/pull/46201))
16+
17+
918
## [v10.1.2 (2023-02-22)](https://github.com/laravel/framework/compare/v10.1.1...v10.1.2)
1019

1120
### Reverted
@@ -20,6 +29,7 @@
2029
### Fixed
2130
- Fixed `Illuminate/Collections/Arr::shuffle()` for empty array ([0c6cae0](https://github.com/laravel/framework/commit/0c6cae0ef647158b9554cad05ff39db7e7ad0d33))
2231

32+
2333
## [v10.1.0 (2023-02-21)](https://github.com/laravel/framework/compare/v10.0.3...v10.1.0)
2434

2535
### Fixed
@@ -31,16 +41,19 @@
3141
- Use mixed return type on controller stubs ([#46166](https://github.com/laravel/framework/pull/46166))
3242
- Use InteractsWithDictionary in Eloquent collection ([#46196](https://github.com/laravel/framework/pull/46196))
3343

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

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

50+
3951
## [v10.0.2 (2023-02-16)](https://github.com/laravel/framework/compare/v10.0.1...v10.0.2)
4052

4153
### Added
4254
- Register policies automatically to the gate ([#46132](https://github.com/laravel/framework/pull/46132))
4355

56+
4457
## [v10.0.1 (2023-02-16)](https://github.com/laravel/framework/compare/v10.0.0...v10.0.1)
4558

4659
### Added
@@ -53,6 +66,7 @@
5366
- Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place ([#46130](https://github.com/laravel/framework/pull/46130))
5467
- Show queue connection in MonitorCommand ([#46122](https://github.com/laravel/framework/pull/46122))
5568

69+
5670
## [v10.0.0 (2023-02-14)](https://github.com/laravel/framework/compare/v10.0.0...10.x)
5771

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