Skip to content

Commit 0448830

Browse files
committed
Changelog updated
1 parent f273c75 commit 0448830

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- NaN
9+
- Search performance increased by fetching all headers, bodies and flags at once #42
10+
- Legacy protocol support updated
1011

1112
### Added
12-
- NaN
13+
- Missing message setter methods added
14+
- `Folder::overview()` method added to fetch all headers of all messages in the current folder
1315

1416
### Affected Classes
15-
- NaN
17+
- [Message::class](src/Message.php)
18+
- [Folder::class](src/Folder.php)
19+
- [Query::class](src/Query/Query.php)
1620

1721
### Breaking changes
1822
- NaN

0 commit comments

Comments
 (0)