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

Commit 0033531

Browse files
committed
Renames 2.9.1 release to 2.10.0 in CHANGELOG
A number of changes are new features, meaning a new minor version.
1 parent 665ea38 commit 0033531

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

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

5-
## 2.9.1 - TBD
5+
## 2.10.0 - 2018-06-07
66

77
### Added
88

9+
- [#213](https://github.com/zendframework/zend-mail/pull/213) re-adds support for PHP 5.6 and 7.0; ZF policy is never
10+
to bump the major version of a PHP requirement unless the package is bumping major version.
11+
912
- [#172](https://github.com/zendframework/zend-mail/pull/172) adds the flag `connection_time_limit` to the possible `Zend\Mail\Transport\Smtp` options.
1013
This flag, when provided as a positive integer, and in conjunction with the `use_complete_quit` flag, will
1114
reconnect to the server after the specified interval.
@@ -19,9 +22,6 @@ All notable changes to this project will be documented in this file, in reverse
1922
The method can be used to generate an instance from a string containing a `(name)?<email>` value.
2023
The `$comment` argument can be used to associate a comment with the address.
2124

22-
- [#213](https://github.com/zendframework/zend-mail/pull/213) re-adds support for PHP 5.6 and 7.0; ZF policy is never
23-
to bump the major version of a PHP requirement unless the package is bumping major version.
24-
2525
### Changed
2626

2727
- [#196](https://github.com/zendframework/zend-mail/pull/196) updates how the `Headers::fromString()` handles header line continuations

0 commit comments

Comments
 (0)