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.1.0...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.2.0...8.x )
4
+
5
+
6
+ ## [ v8.2.0 (2020-09-14)] ( https://github.com/laravel/framework/compare/v8.1.0...v8.2.0 )
7
+
8
+ ### Added
9
+ - Added ` Illuminate\Database\Eloquent\Factories\HasFactory::newFactory() ` ([ 4a95372] ( https://github.com/laravel/framework/commit/4a953728f5e085342d793372329ae534e5885724 ) , [ a2cea84] ( https://github.com/laravel/framework/commit/a2cea84805f311be612fc36c403fcc6f90181ff4 ) )
10
+
11
+ ### Fixed
12
+ - Do not used ` now ` helper in ` Illuminate/Cache/DatabaseLock::expiresAt() ` ([ #34262 ] ( https://github.com/laravel/framework/pull/34262 ) )
13
+ - Change placeholder in ` Illuminate\Database\Schema\MySqlSchemaState::load() ` ([ #34303 ] ( https://github.com/laravel/framework/pull/34303 ) )
14
+ - Fixed bug in dynamic attributes ` Illuminate\View\ComponentAttributeBag::setAttributes() ` ([ 93f4613] ( https://github.com/laravel/framework/commit/93f461344051e8d44c4a50748b7bdc0eae18bcac ) )
15
+ - Fixed ` Illuminate\View\ComponentAttributeBag::whereDoesntStartWith() ` ([ #34329 ] ( https://github.com/laravel/framework/pull/34329 ) )
16
+ - Fixed ` Illuminate\Routing\Middleware\ThrottleRequests::handleRequestUsingNamedLimiter() ` ([ #34325 ] ( https://github.com/laravel/framework/pull/34325 ) )
17
+
18
+ ### Changed
19
+ - Create Faker when a Factory is created ([ #34298 ] ( https://github.com/laravel/framework/pull/34298 ) )
4
20
5
21
6
22
## [ v8.1.0 (2020-09-11)] ( https://github.com/laravel/framework/compare/v8.0.4...v8.1.0 )
You can’t perform that action at this time.
0 commit comments