From b7e3369f71c01bd3215b4c04b0b99f60ed2282a9 Mon Sep 17 00:00:00 2001 From: Webklex Date: Thu, 20 Aug 2020 20:57:50 +0200 Subject: [PATCH] Version information updated --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3eff6..56cb80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,30 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [UNRELEASED] ### Fixed +- NaN + +### Added +- NaN + +### Breaking changes +- NaN + +### Affected Classes +- NaN + +## [1.5.0] - 2020-08-20 +### Fixed - Point to root namespace if handling native functions (#279) - Use address charset from header information if set (#286) - Fix Attachment::getExtension() under Laravel 7.x (#290) +- Custom and X-Spam search criteria fixed (#296) ### Added - Prevent double where condition strings +- Optional iconv_mime_decode() support added (#295) ### Breaking changes -- NaN +- Custom search conditions have to begin with `CUSTOM ` ### Affected Classes - [Query::class](src/Query/WhereQuery.php) @@ -23,7 +38,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - [Folder::class](src/Folder.php) - [Message::class](src/Message.php) -## [1.4.5] - 2019-01-23 +## [1.4.5] - 2020-01-23 ### Fixed - Convert encoding of personal data struct #272 - Test & implement fix for #203 #270 #235