Skip to content

Commit b1b81e4

Browse files
authored
Update CHANGELOG.md
1 parent 66bbb3c commit b1b81e4

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,22 @@ 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+
## [2.2.4] - 2020-12-08
21+
### Fixed
922
- Search performance increased by fetching all headers, bodies and flags at once #42
1023
- Legacy protocol support updated
24+
- Fix Query pagination. (#52 [@mikemiller891](https://github.com/mikemiller891))
1125

1226
### Added
1327
- Missing message setter methods added
@@ -17,10 +31,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1731
- [Message::class](src/Message.php)
1832
- [Folder::class](src/Folder.php)
1933
- [Query::class](src/Query/Query.php)
20-
21-
### Breaking changes
22-
- NaN
23-
34+
- [PaginatedCollection::class](src/Support/PaginatedCollection.php)
2435

2536
## [2.2.3] - 2020-11-02
2637
### Fixed

0 commit comments

Comments
 (0)