Skip to content

Commit f502d0e

Browse files
committed
[7.x] update changelog
1 parent ed8d40d commit f502d0e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG-7.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v7.13.0...7.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v7.14.0...7.x)
4+
5+
### Added
6+
- Added missing `symfony/mime` suggest ([#33067](https://github.com/laravel/framework/pull/33067))
7+
8+
9+
## [v7.14.0 (2020-06-02)](https://github.com/laravel/framework/compare/v7.13.0...v7.14.0)
410

511
### Added
612
- Views: make attributes available within render method ([#32978](https://github.com/laravel/framework/pull/32978))
@@ -9,6 +15,7 @@
915
- Added `Illuminate\Http\Client\Request::toPsrRequest()` ([#33016](https://github.com/laravel/framework/pull/33016))
1016
- Added `Illuminate\Support\MessageBag::addIf()` method ([50efe09](https://github.com/laravel/framework/commit/50efe099b59e75563298deb992017b4cabfb021d))
1117
- Provide `psr/container-implementation` ([#33020](https://github.com/laravel/framework/pull/33020))
18+
- Support PHP 8's reflection API ([#33039](https://github.com/laravel/framework/pull/33039), [6018c1d](https://github.com/laravel/framework/commit/6018c1d18e7b764c17307c1f98d64482a00a668d))
1219

1320
### Fixed
1421
- Restore `app()->getCached*Path()` absolute '/' behavior in Windows ([#32969](https://github.com/laravel/framework/pull/32969))
@@ -20,6 +27,7 @@
2027

2128
### Changed
2229
- Use new line for `route:list` middleware ([#32993](https://github.com/laravel/framework/pull/32993))
30+
- Disallow generation commands with reserved names ([#33037](https://github.com/laravel/framework/pull/33037))
2331

2432

2533
## [v7.13.0 (2020-05-26)](https://github.com/laravel/framework/compare/v7.12.0...v7.13.0)

0 commit comments

Comments
 (0)