File tree 1 file changed +14
-1
lines changed 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 7.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v7.30.1...7.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v7.30.2...7.x )
4
+
5
+
6
+ ## [ v7.30.2 (2021-01-13)] ( https://github.com/laravel/framework/compare/v7.30.1...v7.30.2 )
7
+
8
+ ### Added
9
+ - Added strings to ` DetectsLostConnections ` ([ #35752 ] ( https://github.com/laravel/framework/pull/35752 ) )
10
+
11
+ ### Fixed
12
+ - Fixed error from missing null check on PHP 8 ([ #35797 ] ( https://github.com/laravel/framework/pull/35797 ) )
13
+ - Limit expected bindings ([ #35865 ] ( https://github.com/laravel/framework/pull/35865 ) )
14
+
15
+ ### Changed
16
+ - Retry connection if DNS lookup fails ([ #35790 ] ( https://github.com/laravel/framework/pull/35790 ) )
4
17
5
18
6
19
## [ v7.30.1 (2020-12-22)] ( https://github.com/laravel/framework/compare/v7.30.0...v7.30.1 )
You can’t perform that action at this time.
0 commit comments