Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 956cd63

Browse files
committed
Committing changelog for release 2.9.0
1 parent 1a7d532 commit 956cd63

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.9.0 - TBD
5+
## 3.0.0 - TBD
66

77
### Added
88

@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
- Nothing.
2222

23-
## 2.8.1 - TBD
23+
## 2.9.1 - TBD
2424

2525
### Added
2626

@@ -38,6 +38,42 @@ All notable changes to this project will be documented in this file, in reverse
3838

3939
- Nothing.
4040

41+
## 2.9.0 - TBD
42+
43+
### Added
44+
45+
- [#177](https://github.com/zendframework/zend-mail/issues/177)
46+
[#181](https://github.com/zendframework/zend-mail/pull/181)
47+
[#192](https://github.com/zendframework/zend-mail/pull/192)
48+
[#189](https://github.com/zendframework/zend-mail/pull/189) PHP 7.2 support
49+
- [#73](https://github.com/zendframework/zend-mail/issues/73)
50+
[#160](https://github.com/zendframework/zend-mail/pull/160) Support for
51+
mails that don't have a `To`, as long as `Cc` or `Bcc` are set.
52+
- [#161](https://github.com/zendframework/zend-mail/issues/161) removed
53+
useless try-catch that just re-throws.
54+
- [#134](https://github.com/zendframework/zend-mail/issues/134) simplified
55+
checks for the existence of some string sub-sequences, which were
56+
needlessly performed via regular expressions
57+
58+
### Deprecated
59+
60+
- Nothing.
61+
62+
### Removed
63+
64+
- Nothing.
65+
66+
### Fixed
67+
68+
- [#188](https://github.com/zendframework/zend-mail/pull/188) split strings
69+
before calling `iconv_mime_decode()`, which destroys newlines, rendering
70+
DKIM parsing useless.
71+
- [#156](https://github.com/zendframework/zend-mail/pull/156) fixed a
72+
regression in which `<` and `>` would appear doubled in message
73+
identifiers.
74+
- [#143](https://github.com/zendframework/zend-mail/pull/143) fixed parsing
75+
of `<` and `>` being part of the email address comment.
76+
4177
## 2.8.0 - TBD
4278

4379
### Added

0 commit comments

Comments
 (0)