Skip to content

Commit

Permalink
Version information and contributors added
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Sep 4, 2020
1 parent d03958c commit 41e8579
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [UNRELEASED]
### Fixed
- NaN

### Added
- NaN

### Breaking changes
- NaN

### Affected Classes
- NaN

## [1.6.1] - 2020-09-04
### Fixed
- Greatly increased IDLE performance
- Message::fetchStructure() redundant code removed

### Added
- Read an overview of the information in the headers of a given message or sequence
- Folder name encoding added (#324)
- Add a fallback when aliasing encodings for iconv (#325)
- Folder name encoding added (#324) (@aperture-it)
- Add a fallback when aliasing encodings for iconv (#325) (@Hokan22)
- Method to receive the encoded folder name added

### Breaking changes
- NaN

### Affected Classes
- [Client::class](src/Client.php)
- [Message::class](src/Message.php)
Expand Down Expand Up @@ -62,7 +72,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### 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)
- Fix Attachment::getExtension() under Laravel 7.x (#290) (@ThanhSonITNIC)
- Custom and X-Spam search criteria fixed (#296)

### Added
Expand Down

0 comments on commit 41e8579

Please sign in to comment.