File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
6
6
7
7
## [ UNRELEASED]
8
8
### Fixed
9
- - Fix attribute serialization #179 (thanks @netpok )
10
- - Use real tls instead of starttls #180 (thanks @netpok )
9
+ - NaN
11
10
12
11
### Added
13
12
- NaN
@@ -18,6 +17,21 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
18
17
### Breaking changes
19
18
- NaN
20
19
20
+ ## [ 3.1.0-alpha] - 2022-02-03
21
+ ### Fixed
22
+ - Fix attribute serialization #179 (thanks @netpok )
23
+ - Use real tls instead of starttls #180 (thanks @netpok )
24
+ - Allow to fully overwrite default config arrays #194 (thanks @laurent-rizer )
25
+ - Query::chunked does not loop over the last chunk #196 (thanks @laurent-rizer )
26
+ - Fix isAttachment that did not properly take in consideration dispositions options #195 (thanks @laurent-rizer )
27
+
28
+ ### Affected Classes
29
+ - [ Header::class] ( src/Header.php )
30
+ - [ Protocol::class] ( src/Connection/Protocols/Protocol.php )
31
+ - [ Query::class] ( src/Query/Query.php )
32
+ - [ Part::class] ( src/Part.php )
33
+ - [ ClientManager::class] ( src/ClientManager.php )
34
+
21
35
## [ 3.0.0-alpha] - 2021-11-04
22
36
### Fixed
23
37
- Extend date parsing error message #173
You can’t perform that action at this time.
0 commit comments