Skip to content

Commit 265790b

Browse files
committed
Version information added
1 parent 25a8fb6 commit 265790b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)