|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/laravel/laravel/compare/v6.8.0...master) |
| 3 | +## [Unreleased](https://github.com/laravel/laravel/compare/v6.18.0...6.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v6.18.0 (2020年02月24日)](https://github.com/laravel/laravel/compare/v6.12.0...v6.18.0) |
| 7 | + |
| 8 | +### Changed |
| 9 | +- Update cross-env and resolve-url-loader to the latest ([#5210](https://github.com/laravel/laravel/pull/5210), [#5216](https://github.com/laravel/laravel/pull/5216)) |
| 10 | +- Bump fzaninotto/faker version to support PHP 7.4 ([#5218](https://github.com/laravel/laravel/pull/5218)) |
| 11 | +- Remove redundant default attributes from `phpunit.xml` ([#5233](https://github.com/laravel/laravel/pull/5233)) |
| 12 | + |
| 13 | + |
| 14 | +## [v6.12.0 (2020年01月14日)](https://github.com/laravel/laravel/compare/v6.8.0...v6.12.0) |
| 15 | + |
| 16 | +### Added |
| 17 | +- Allow configurable emergency logger ([#5179](https://github.com/laravel/laravel/pull/5179)) |
| 18 | +- Add `MAIL_FROM_ADDRESS` & `MAIL_FROM_NAME` to `.env` file ([#5180](https://github.com/laravel/laravel/pull/5180)) |
| 19 | +- Add missing full stop for some validation messages ([#5205](https://github.com/laravel/laravel/pull/5205)) |
| 20 | + |
| 21 | +### Changed |
| 22 | +- Use class name to be consistent with web middleware ([140d4d9](https://github.com/laravel/laravel/commit/140d4d9b0a4581cec046875361e87c2981b3f9fe)) |
| 23 | +- Use file session driver again ([#5201](https://github.com/laravel/laravel/pull/5201)) |
| 24 | + |
| 25 | +### Fixed |
| 26 | +- Correct exception handler doc ([#5187](https://github.com/laravel/laravel/pull/5187)) |
| 27 | +- Fix types consistency in Redis database config ([#5191](https://github.com/laravel/laravel/pull/5191)) |
| 28 | + |
| 29 | +### Security |
| 30 | +- Update laravel mix and sass loader ([#5203](https://github.com/laravel/laravel/pull/5203)) |
4 | 31 |
|
5 | 32 |
|
6 | 33 | ## [v6.8.0 (2019年12月16日)](https://github.com/laravel/laravel/compare/v6.5.2...v6.8.0) |
|
0 commit comments