Skip to content

Commit 6732a76

Browse files
committed
[7.x] update changelog
1 parent d3e486c commit 6732a76

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG-7.x.md

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

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

512
### Added
613
- Added missing `symfony/mime` suggest ([#33067](https://github.com/laravel/framework/pull/33067))
714

15+
### Fixed
16+
- Fixed `Illuminate\Database\Eloquent\Relations\MorphToMany::getCurrentlyAttachedPivots()` ([110b129](https://github.com/laravel/framework/commit/110b129531df172f03bf163f561c71123fac6296))
17+
818

919
## [v7.14.0 (2020-06-02)](https://github.com/laravel/framework/compare/v7.13.0...v7.14.0)
1020

0 commit comments

Comments
 (0)