Skip to content

Commit c887d63

Browse files
committed
Version information added
1 parent 8acbbda commit c887d63

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,32 @@ 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+
### Breaking changes
18+
- NaN
19+
20+
## [1.4.3] - 2019-09-15
21+
### Fixed
922
- .csv attachement is not processed #231
1023
- mail part structure property comparison changed to lowercase #241 #242
24+
- Replace helper functions for Laravel 6.0 #250 (@koenhoeijmakers)
1125

1226
### Added
1327
- Path prefix option added to Client::getFolder() method #234
1428

1529
### Affected Classes
1630
- [Client::class](src/IMAP/Client.php)
1731
- [Message::class](src/IMAP/Message.php)
18-
19-
### Breaking changes
20-
- NaN
32+
- [Attachment::class](src/IMAP/Attachment.php)
33+
- [Query::class](src/IMAP/Query/WhereQuery.php)
34+
- [Mask::class](src/IMAP/Support/Masks/Mask.php)
2135

2236
## [1.4.2] - 2019-07-02
2337
### Fixed

0 commit comments

Comments
 (0)