summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/psr7/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/guzzlehttp/psr7/CHANGELOG.md')
-rw-r--r--vendor/guzzlehttp/psr7/CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/guzzlehttp/psr7/CHANGELOG.md b/vendor/guzzlehttp/psr7/CHANGELOG.md
index 75aabfb93..4a2a12194 100644
--- a/vendor/guzzlehttp/psr7/CHANGELOG.md
+++ b/vendor/guzzlehttp/psr7/CHANGELOG.md
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 2.8.0 - 2025-08-23
+
+### Added
+
+- Allow empty lists as header values
+
+### Changed
+
+- PHP 8.5 support
+
+## 2.7.1 - 2025-03-27
+
+### Fixed
+
+- Fixed uppercase IPv6 addresses in URI
+
+### Changed
+
+- Improve uploaded file error message
+
## 2.7.0 - 2024-07-18
### Added