File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,30 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
9
9
- NaN
10
10
11
11
### Added
12
- - "BADCHARSET" exception will be used to determine the required charset ( # 100 )
12
+ - NaN
13
13
14
14
### Breaking changes
15
15
- NaN
16
16
17
+ ### Affected Classes
18
+ - NaN
19
+
20
+ ## [ 1.6.0] - 2020-09-04
21
+ ### Fixed
22
+ - Default fetch attributes set to ` null ` in order to use the config default value
23
+
24
+ ### Added
25
+ - "BADCHARSET" exception will be used to determine the required charset (#100 )
26
+
27
+ ### Breaking changes
28
+ - Client::getMessages() default fetch parameter changed
29
+ - Folder::getMessages() default fetch parameter changed
30
+ - Folder::getMessage() default fetch parameter changed
31
+
17
32
### Affected Classes
18
33
- [ Query::class] ( src/Query/Query.php )
34
+ - [ Client::class] ( src/Client.php )
35
+ - [ Folder::class] ( src/Folder.php )
19
36
20
37
## [ 1.5.3] - 2020-08-24
21
38
### Fixed
You can’t perform that action at this time.
0 commit comments