Skip to content

Commit e773d38

Browse files
committed
Update CHANGELOG.md
1 parent 8cece72 commit e773d38

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Release Notes
22

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

532

633
## [v6.8.0 (2019-12-16)](https://github.com/laravel/laravel/compare/v6.5.2...v6.8.0)

0 commit comments

Comments
 (0)