Skip to content

Commit 1c57ab5

Browse files
committed
[8.x] update changelog
1 parent 14b7f02 commit 1c57ab5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG-8.x.md

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

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

521

622
## [v8.2.0 (2020-09-14)](https://github.com/laravel/framework/compare/v8.1.0...v8.2.0)

0 commit comments

Comments
 (0)