File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,22 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## [ UNRELEASED]
8
8
### 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
9
22
- Search performance increased by fetching all headers, bodies and flags at once #42
10
23
- Legacy protocol support updated
24
+ - Fix Query pagination. (#52 [ @mikemiller891 ] ( https://github.com/mikemiller891 ) )
11
25
12
26
### Added
13
27
- Missing message setter methods added
@@ -17,10 +31,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
17
31
- [ Message::class] ( src/Message.php )
18
32
- [ Folder::class] ( src/Folder.php )
19
33
- [ Query::class] ( src/Query/Query.php )
20
-
21
- ### Breaking changes
22
- - NaN
23
-
34
+ - [ PaginatedCollection::class] ( src/Support/PaginatedCollection.php )
24
35
25
36
## [ 2.2.3] - 2020-11-02
26
37
### Fixed
You can’t perform that action at this time.
0 commit comments