File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ 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+ ### Breaking changes
15+ - NaN
16+
17+
18+ ## [ 4.0.0] - 2022-08-19
19+ ### Fixed
920- PHP dependency updated to support php v8.0 (thanks @freescout-helpdesk )
1021- Method return and argument types added
1122- Imap ` DONE ` method refactored
@@ -17,9 +28,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1728- ` Folder::idle() ` method reworked and several issues fixed
1829- Datetime conversion rules extended
1930
20- ### Added
21- - NaN
22-
2331### Breaking changes
2432- No longer supports php >=5.5.9 but instead requires at least php v7.0.0.
2533- ` HasEvent::getEvent ` returns a mixed result. Either an ` Event ` or a class string representing the event class.
You can’t perform that action at this time.
0 commit comments