Skip to content

Commit 88c81a0

Browse files
committed
Version information added
1 parent e76800f commit 88c81a0

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)