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
99- NaN
1010
1111### Added
12- - "BADCHARSET" exception will be used to determine the required charset ( # 100 )
12+ - NaN
1313
1414### Breaking changes
1515- NaN
1616
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+
1732### Affected Classes
1833- [ Query::class] ( src/Query/Query.php )
34+ - [ Client::class] ( src/Client.php )
35+ - [ Folder::class] ( src/Folder.php )
1936
2037## [ 1.5.3] - 2020-08-24
2138### Fixed
You can’t perform that action at this time.
0 commit comments