Skip to content

Commit b8afc9c

Browse files
committed
[8.x] update changelog
1 parent 0361686 commit b8afc9c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG-8.x.md

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

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

519

620
## [v8.0.4 (2020-09-11)](https://github.com/laravel/framework/compare/v8.0.3...v8.0.4)

0 commit comments

Comments
 (0)