File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-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.2.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.3.0...8.x )
4
+
5
+
6
+ ## [ v8.3.0 (2020-09-15)] ( https://github.com/laravel/framework/compare/v8.2.0...v8.3.0 )
7
+
8
+ ### Added
9
+ - Added ` Illuminate\Foundation\Testing\Concerns\InteractsWithDatabase::castAsJson() ` ([ #34302 ] ( https://github.com/laravel/framework/pull/34302 ) )
10
+ - Handle array hosts in ` Illuminate\Database\Schema\MySqlSchemaState ` ([ 0920c23] ( https://github.com/laravel/framework/commit/0920c23efb9d7042d074729f2f70acbfec629c14 ) )
11
+ - Added ` Illuminate\Pipeline\Pipeline::setContainer() ` ([ #34343 ] ( https://github.com/laravel/framework/pull/34343 ) )
12
+ - Allow including a closure in a queued batch ([ #34333 ] ( https://github.com/laravel/framework/pull/34333 ) )
13
+
14
+ ### Fixed
15
+ - Fixed broken Seeder ([ 9e4a866] ( https://github.com/laravel/framework/commit/9e4a866cfb0420f4ea6cb4e86b1fbd97a4b8c264 ) )
16
+
17
+ ### Changed
18
+ - Bumped minimum vlucas/phpdotenv version ([ #34336 ] ( https://github.com/laravel/framework/pull/34336 ) )
19
+ - Pass an instance of the job to queued closures ([ #34350 ] ( https://github.com/laravel/framework/pull/34350 ) )
4
20
5
21
6
22
## [ v8.2.0 (2020-09-14)] ( https://github.com/laravel/framework/compare/v8.1.0...v8.2.0 )
You can’t perform that action at this time.
0 commit comments