From 361813c431adf7d0beb01c078197878fba1211b7 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Wed, 7 Jul 2021 00:50:16 +0300 Subject: [PATCH] [8.x] update changelog --- CHANGELOG-6.x.md | 2 +- CHANGELOG-8.x.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 1350e5b46ac9..06b4fc169c22 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -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)) diff --git a/CHANGELOG-8.x.md b/CHANGELOG-8.x.md index eee4b831ddde..b544d3b5c65f 100644 --- a/CHANGELOG-8.x.md +++ b/CHANGELOG-8.x.md @@ -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)