Skip to content

Commit c775a94

Browse files
committed
[8.x] update changelog
1 parent 9c36d06 commit c775a94

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG-8.x.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Release Notes for 8.x
22

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

523

624
## [v8.62.0 (2021-09-28)](https://github.com/laravel/framework/compare/v8.61.0...v8.62.0)

0 commit comments

Comments
 (0)