You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,20 @@ 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
+
### Affected Classes
15
+
-NaN
16
+
17
+
### Breaking changes
18
+
-NaN
19
+
20
+
21
+
## [2.2.0] - 2020-10-16
22
+
### Fixed
9
23
- Prevent text bodies from being fetched as attachment #27
10
24
- Missing variable check added to prevent exception while parsing an address [webklex/laravel-imap #356](https://github.com/Webklex/laravel-imap/issues/356)
11
25
- Missing variable check added to prevent exception while parsing a part subtype #27
@@ -20,6 +34,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
20
34
### Affected Classes
21
35
-[Message::class](src/Message.php)
22
36
-[Header::class](src/Header.php)
37
+
-[Part::class](src/Part.php)
23
38
24
39
### Breaking changes
25
40
- Text bodies might no longer get fetched as attachment
0 commit comments