Skip to content

Commit 91a9f31

Browse files
committed
Version information added
1 parent f7ce01a commit 91a9f31

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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+
### Affected Classes
15+
-NaN
16+
17+
### Breaking changes
18+
-NaN
19+
20+
21+
## [2.2.0] - 2020-10-16
22+
### Fixed
923
- Prevent text bodies from being fetched as attachment #27
1024
- Missing variable check added to prevent exception while parsing an address [webklex/laravel-imap #356](https://github.com/Webklex/laravel-imap/issues/356)
1125
- 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
2034
### Affected Classes
2135
- [Message::class](src/Message.php)
2236
- [Header::class](src/Header.php)
37+
- [Part::class](src/Part.php)
2338

2439
### Breaking changes
2540
- Text bodies might no longer get fetched as attachment

0 commit comments

Comments
 (0)