File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,30 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## [ UNRELEASED]
8
8
### Fixed
9
- - Boundary detection simplified #90
10
- - Prevent potential body overwriting #90
11
- - CSV files are no longer regarded as plain body
12
- - Boundary detection overhauled to support "related" and "alternative" multipart messages #90
9
+ - NaN
13
10
14
11
### Added
15
12
- NaN
16
13
14
+ ### Affected Classes
15
+ - NaN
16
+
17
+ ### Breaking changes
18
+ - NaN
19
+
20
+ ## [ 2.4.4] - 2022-01-22
21
+ ### Fixed
22
+ - Boundary detection simplified #90
23
+ - Prevent potential body overwriting #90
24
+ - CSV files are no longer regarded as plain body
25
+ - Boundary detection overhauled to support "related" and "alternative" multipart messages #90 #91
26
+
17
27
### Affected Classes
18
28
- [ Structure::class] ( src/Structure.php )
19
29
- [ Message::class] ( src/Message.php )
20
30
- [ Header::class] ( src/Header.php )
21
31
- [ Part::class] ( src/Part.php )
22
32
23
- ### Breaking changes
24
- - NaN
25
-
26
33
## [ 2.4.3] - 2021-01-21
27
34
### Fixed
28
35
- Attachment detection updated #82 #90
You can’t perform that action at this time.
0 commit comments