From 17f7bb147d456e76c438239c59f16b33e188c223 Mon Sep 17 00:00:00 2001 From: Webklex Date: Thu, 21 Jan 2021 20:24:18 +0100 Subject: [PATCH] Version information updated --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a06ea592..9a1241c6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed +- NaN + +### Added +- NaN + +### Affected Classes +- NaN + +### Breaking changes +- NaN + +## [2.4.3] - 2021-01-21 +### Fixed - Attachment detection updated #82 #90 - Timeout handling improved - Additional utf-8 checks added to prevent decoding of unencoded values #76 @@ -19,9 +32,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - [Client::class](src/Client.php) - [Header::class](src/Header.php) -### Breaking changes -- NaN - ## [2.4.2] - 2021-01-09 ### Fixed - Attachment::save() return error 'A facade root has not been set' #87