Skip to content

Commit ed93fe4

Browse files
authored
Recent changes added
1 parent 684cc9e commit ed93fe4

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [UNRELEASED]
88
### Fixed
9-
- Fix attribute serialization #179 (thanks @netpok)
10-
- Use real tls instead of starttls #180 (thanks @netpok)
9+
- NaN
1110

1211
### Added
1312
- NaN
@@ -18,6 +17,21 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1817
### Breaking changes
1918
- NaN
2019

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+
2135
## [3.0.0-alpha] - 2021-11-04
2236
### Fixed
2337
- Extend date parsing error message #173

0 commit comments

Comments
 (0)