File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 8.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.62.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.63.0...8.x )
4
+
5
+
6
+ ## [ v8.62.0 (2021-10-05)] ( https://github.com/laravel/framework/compare/v8.62.0...v8.63.0 )
7
+
8
+ ### Added
9
+ - Added new lost connection message to DetectsLostConnections ([ #39028 ] ( https://github.com/laravel/framework/pull/39028 ) )
10
+ - Added whereBelongsTo() Eloquent builder method ([ #38927 ] ( https://github.com/laravel/framework/pull/38927 ) )
11
+ - Added Illuminate/Foundation/Testing/Wormhole::minute() ([ #39050 ] ( https://github.com/laravel/framework/pull/39050 ) )
12
+
13
+ ### Fixed
14
+ - Fixed castable value object not serialized correctly ([ #39020 ] ( https://github.com/laravel/framework/pull/39020 ) )
15
+ - Fixed casting to string on PHP 8.1 ([ #39033 ] ( https://github.com/laravel/framework/pull/39033 ) )
16
+ - Mail empty address handling ([ #39035 ] ( https://github.com/laravel/framework/pull/39035 ) )
17
+ - Fixed NotPwnedVerifier failures ([ #39038 ] ( https://github.com/laravel/framework/pull/39038 ) )
18
+ - Fixed LazyCollection#unique() double enumeration ([ #39041 ] ( https://github.com/laravel/framework/pull/39041 ) )
19
+
20
+ ### Changed
21
+ - HTTP client: only allow a single User-Agent header ([ #39085 ] ( https://github.com/laravel/framework/pull/39085 ) )
4
22
5
23
6
24
## [ v8.62.0 (2021-09-28)] ( https://github.com/laravel/framework/compare/v8.61.0...v8.62.0 )
You can’t perform that action at this time.
0 commit comments