We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5ebb2 commit f8ad78bCopy full SHA for f8ad78b
CHANGELOG-7.x.md
@@ -1,9 +1,13 @@
1
# Release Notes for 7.x
2
3
-## [Unreleased](https://github.com/laravel/framework/compare/v7.11.0...7.x)
+## [Unreleased](https://github.com/laravel/framework/compare/v7.12.0...7.x)
4
+
5
6
+## [v7.12.0 (2020-05-19)](https://github.com/laravel/framework/compare/v7.11.0...v7.12.0)
7
8
### Added
9
- Added `Illuminate\Http\Middleware\TrustHosts` ([9229264](https://github.com/laravel/framework/commit/92292649621f2aadc84ab94376244650a9f55696))
10
+- Added ability to skip middleware from resource routes ([#32891](https://github.com/laravel/framework/pull/32891))
11
12
### Fixed
13
- Fixed Queued Mail MessageSent Listener With Attachments ([#32795](https://github.com/laravel/framework/pull/32795))
0 commit comments