1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

Added changelog for 7.2 (#2792)

This commit is contained in:
Tobias Nyholm 2020-10-06 20:45:11 +02:00 committed by GitHub
parent b22ead0a39
commit d5a2b0338e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,18 @@ Please refer to [UPGRADING](UPGRADING.md) guide for upgrading to a major version
## UNRELEASED
### Added
- Support for PHP 8
### Fixed
- Handle exceptions during response creation.
### Changed
* Avoid "functions" from dependencies [#2712](https://github.com/guzzle/guzzle/pull/2712)
- The `TooManyRedirectsException` has a response.
- Avoid "functions" from dependencies [#2712](https://github.com/guzzle/guzzle/pull/2712)
### Deprecated