From 320daf73a44234892e0126c68fac94f2a1ac5f34 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 9 Sep 2024 08:52:45 +0200 Subject: [PATCH] Changelog for 1.8.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cddd363..17a819f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.8.2 + +- Fix deprecation warnings in PHP 8.4 + +## 1.8.1 + +- Fix error handling in Stream::getContents() + ## 1.8.0 - Deprecate HttplugFactory, use Psr17Factory instead