File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 7.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v7.14.0...7.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v7.14.1...7.x )
4
+
5
+ ### Added
6
+ - Added extendable relations for models ([ #33025 ] ( https://github.com/laravel/framework/pull/33025 ) )
7
+ - Added ` Illuminate\Foundation\Testing\Concerns\MakesHttpRequests::withToken() ` ([ #33075 ] ( https://github.com/laravel/framework/pull/33075 ) , [ 79383a1] ( https://github.com/laravel/framework/commit/79383a129bf213177ff00ec1ba7c396da5d7749b ) )
8
+
9
+
10
+ ## [ v7.14.1 (2020-06-03)] ( https://github.com/laravel/framework/compare/v7.14.0...v7.14.1 )
4
11
5
12
### Added
6
13
- Added missing ` symfony/mime ` suggest ([ #33067 ] ( https://github.com/laravel/framework/pull/33067 ) )
7
14
15
+ ### Fixed
16
+ - Fixed ` Illuminate\Database\Eloquent\Relations\MorphToMany::getCurrentlyAttachedPivots() ` ([ 110b129] ( https://github.com/laravel/framework/commit/110b129531df172f03bf163f561c71123fac6296 ) )
17
+
8
18
9
19
## [ v7.14.0 (2020-06-02)] ( https://github.com/laravel/framework/compare/v7.13.0...v7.14.0 )
10
20
You can’t perform that action at this time.
0 commit comments