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
6
6
7
7
## [ UNRELEASED]
8
8
### 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
9
20
- PHP dependency updated to support php v8.0 (thanks @freescout-helpdesk )
10
21
- Method return and argument types added
11
22
- Imap ` DONE ` method refactored
@@ -17,9 +28,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
17
28
- ` Folder::idle() ` method reworked and several issues fixed
18
29
- Datetime conversion rules extended
19
30
20
- ### Added
21
- - NaN
22
-
23
31
### Breaking changes
24
32
- No longer supports php >=5.5.9 but instead requires at least php v7.0.0.
25
33
- ` 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