File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66
77## [ UNRELEASED]
88### Fixed
9+ - NaN
10+
11+ ### Added
12+ - NaN
13+
14+ ### Affected Classes
15+ - NaN
16+
17+ ## [ 1.1.0] - 2018-04-24
18+ ### Fixed
919- Client::createFolder($name) fixed #91
20+ - Versions will now follow basic ** Semantic Versioning** guidelines (MAJOR.MINOR.PATCH)
1021
1122### Added
1223- Connection validation added
1324- Client::renameFolder($old_name, $new_name) and Client::deleteFolder($name) methods added #91
1425- Find the folder containing a message #92
26+ - Change all incoming encodings to iconv() supported ones #94
1527
1628### Affected Classes
1729- [ Client::class] ( src/IMAP/Client.php )
30+ - [ Message::class] ( src/IMAP/Message.php )
1831
1932## [ 1.0.5.9] - 2018-04-15
2033### Added
You can’t perform that action at this time.
0 commit comments