File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-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.0.4...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.1.0...8.x )
4
+
5
+
6
+ ## [ v8.1.0 (2020-09-11)] ( https://github.com/laravel/framework/compare/v8.0.4...v8.1.0 )
7
+
8
+ ### Added
9
+ - Added ` Illuminate\Database\Eloquent\Factories\Factory::raw() ` ([ #34278 ] ( https://github.com/laravel/framework/pull/34278 ) )
10
+ - Added ` Illuminate\Database\Eloquent\Factories\Factory::createMany() ` ([ #34285 ] ( https://github.com/laravel/framework/pull/34285 ) , [ 69072c7] ( https://github.com/laravel/framework/commit/69072c7d3efd2784d195cb95e45e4dcb8ef5907f ) )
11
+ - Added the ` Countable ` interface to ` AssertableJsonString ` ([ #34284 ] ( https://github.com/laravel/framework/pull/34284 ) )
12
+
13
+ ### Fixed
14
+ - Fixed the new maintenance mode ([ #34264 ] ( https://github.com/laravel/framework/pull/34264 ) )
15
+
16
+ ### Changed
17
+ - Optimize command can also cache view ([ #34287 ] ( https://github.com/laravel/framework/pull/34287 ) )
4
18
5
19
6
20
## [ v8.0.4 (2020-09-11)] ( https://github.com/laravel/framework/compare/v8.0.3...v8.0.4 )
You can’t perform that action at this time.
0 commit comments