Skip to content

Commit 3226d07

Browse files
committed
Changelog updated
1 parent dea8f73 commit 3226d07

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- NaN
9+
- PHP dependency updated to support php v8.0 (thanks @freescout-helpdesk)
10+
- Method return and argument types added
11+
- Imap `DONE` method refactored
12+
- UID cache loop fixed
13+
- `HasEvent::getEvent` return value set to mixed to allow multiple event types
14+
- Protocol line reader changed to `fread` (stream_context timeout issue fixed)
15+
- Issue setting the client timeout fixed
16+
- IMAP Connection debugging improved
17+
- `Folder::idle()` method reworked and several issues fixed
18+
- Datetime conversion rules extended
1019

1120
### Added
1221
- NaN
1322

1423
### Breaking changes
15-
- NaN
24+
- No longer supports php >=5.5.9 but instead requires at least php v7.0.0.
25+
- `HasEvent::getEvent` returns a mixed result. Either an `Event` or a class string representing the event class.
26+
- The error message, if the connection fails to read the next line, is now `empty response` instead of `failed to read - connection closed?`.
27+
- The `$auto_reconnect` used with `Folder::indle()` is deprecated and doesn't serve any purpose anymore.
1628

1729

1830
## [3.0.0-alpha] - 2021-11-10

0 commit comments

Comments
 (0)