Skip to content

Commit

Permalink
[8.x] update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk committed Jul 6, 2021
1 parent 5f02a37 commit 361813c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [Unreleased](https://github.com/laravel/framework/compare/v6.20.30...6.x)


## [v6.20.30 (2021-07-02)](https://github.com/laravel/framework/compare/v6.20.29...v6.20.30)
## [v6.20.30 (2021-07-07)](https://github.com/laravel/framework/compare/v6.20.29...v6.20.30)

### Fixed
- Fix edge case causing a BadMethodCallExceptions to be thrown when using loadMissing() ([#37871](https://github.com/laravel/framework/pull/37871))
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Release Notes for 8.x

## [Unreleased](https://github.com/laravel/framework/compare/v8.49.1...8.x)
## [Unreleased](https://github.com/laravel/framework/compare/v8.49.2...8.x)


## [v8.49.2 (2021-07-07)](https://github.com/laravel/framework/compare/v8.49.1...v8.49.2)

### Added
- Adds ResponseReceived events to async requests of HTTP Client ([#37917](https://github.com/laravel/framework/pull/37917))

### Fixed
- Fixed edge case causing a BadMethodCallExceptions to be thrown when using loadMissing() ([#37871](https://github.com/laravel/framework/pull/37871))


## [v8.49.1 (2021-07-02)](https://github.com/laravel/framework/compare/v8.49.0...v8.49.1)
Expand Down

0 comments on commit 361813c

Please sign in to comment.