File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1414### Affected Classes
1515- NaN
1616
17+ ## [ 1.0.5.1] - 2018-03-16
18+ ### Added
19+ - Message collection moved to Support
20+ - Attachment collection added
21+ - Attachment class added
22+
23+ ### Affected Classes
24+ - [ Message::class] ( src/IMAP/Message.php )
25+ - [ Folder::class] ( src/IMAP/Folder.php )
26+ - [ Attachment::class] ( src/IMAP/Attachment.php )
27+ - [ MessageCollection::class] ( src/IMAP/Support/MessageCollection.php )
28+ - [ AttachmentCollection::class] ( src/IMAP/Support/AttachmentCollection.php )
29+
1730## [ 1.0.5.0] - 2018-03-16
1831### Added
1932- Message search method added
@@ -28,7 +41,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2841- [ Message::class] ( src/IMAP/Message.php )
2942- [ Client::class] ( src/IMAP/Client.php )
3043- [ Folder::class] ( src/IMAP/Folder.php )
31- - [ MessageCollection::class] ( src/IMAP/MessageCollection.php )
44+ - [ MessageCollection::class] ( src/IMAP/Support/ MessageCollection.php )
3245- [ MessageSearchValidationException::class] ( src/IMAP/Exceptions/MessageSearchValidationException.php )
3346
3447## [ 1.0.4.2] - 2018-03-15
You can’t perform that action at this time.
0 commit comments