Skip to content

Commit 853866b

Browse files
committed
Changelog updated
1 parent 78d847e commit 853866b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1212
- Check if the Protocol supports the fetch method if extensions are present
1313
- Typos fixed
1414
- Detect `NONEXISTENT` errors while selecting or examining a folder #266
15+
- Missing type cast added to `PaginatedCollection::paginate` #267 (thanks @rogerb87)
1516

1617
### Added
1718
- NaN
1819

1920
### Affected Classes
21+
- [Query::class](src/Query/Query.php)
2022
- [ImapProtocol::class](src/Connection/Protocols/ImapProtocol.php)
23+
- [LegacyProtocol::class](src/Connection/Protocols/LegacyProtocol.php)
24+
- [PaginatedCollection::class](src/Support/PaginatedCollection.php)
2125

2226
### Breaking changes
2327
- NaN

0 commit comments

Comments
 (0)