From 461fbc39aa28507470e95925d070a55f07a7b964 Mon Sep 17 00:00:00 2001 From: Webklex Date: Mon, 1 Feb 2021 10:54:18 +0100 Subject: [PATCH] Version information updated --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7430366..851a451e 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.5.0] - 2021-02-01 +### Fixed - Attachment saving filename fixed - Unnecessary parameter removed from `Client::getTimeout()` - Missing encryption variable added - could have caused problems with unencrypted communications @@ -37,7 +50,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - `Message::move()` and `Message::copy()` no longer accept folder names as folder path - A `Message::class` instance might no longer have a `message_no` attribute -## [2.4.4] - 2022-01-22 +## [2.4.4] - 2021-01-22 ### Fixed - Boundary detection simplified #90 - Prevent potential body overwriting #90