Skip to content

Commit 969ec69

Browse files
committed
Release information added
1 parent 28b2b44 commit 969ec69

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGELOG.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,36 @@ 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+
21+
## [4.0.1] - 2022-08-25
22+
### Fixed
923
- Type casting added to several ImapProtocol return values #261
1024
- Remove IMAP::OP_READONLY flag from imap_reopen if POP3 or NNTP protocol is selected #135 (thanks @xianzhe18)
11-
- Several statements optimized and redundant check removed
25+
- Several statements optimized and redundant checks removed
1226
- Check if the Protocol supports the fetch method if extensions are present
13-
- Typos fixed
1427
- Detect `NONEXISTENT` errors while selecting or examining a folder #266
1528
- Missing type cast added to `PaginatedCollection::paginate` #267 (thanks @rogerb87)
1629
- Fix multiline header unfolding #250 (thanks @sulgie-eitea)
1730
- Fix problem with illegal offset error #226 (thanks @szymekjanaczek)
18-
19-
### Added
20-
- NaN
31+
- Typos fixed
2132

2233
### Affected Classes
2334
- [Query::class](src/Query/Query.php)
2435
- [ImapProtocol::class](src/Connection/Protocols/ImapProtocol.php)
2536
- [LegacyProtocol::class](src/Connection/Protocols/LegacyProtocol.php)
2637
- [PaginatedCollection::class](src/Support/PaginatedCollection.php)
2738

28-
### Breaking changes
29-
- NaN
30-
3139

3240
## [4.0.0] - 2022-08-19
3341
### Fixed

0 commit comments

Comments
 (0)