Skip to content

Commit

Permalink
Version information updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Jan 22, 2021
1 parent 5941cee commit 1676bfb
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,30 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [UNRELEASED]
### Fixed
- Boundary detection simplified #90
- Prevent potential body overwriting #90
- CSV files are no longer regarded as plain body
- Boundary detection overhauled to support "related" and "alternative" multipart messages #90
- NaN

### Added
- NaN

### Affected Classes
- NaN

### Breaking changes
- NaN

## [2.4.4] - 2022-01-22
### Fixed
- Boundary detection simplified #90
- Prevent potential body overwriting #90
- CSV files are no longer regarded as plain body
- Boundary detection overhauled to support "related" and "alternative" multipart messages #90 #91

### Affected Classes
- [Structure::class](src/Structure.php)
- [Message::class](src/Message.php)
- [Header::class](src/Header.php)
- [Part::class](src/Part.php)

### Breaking changes
- NaN

## [2.4.3] - 2021-01-21
### Fixed
- Attachment detection updated #82 #90
Expand Down

0 comments on commit 1676bfb

Please sign in to comment.