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

Commit c7e987e

Browse files
committed
2.6.1 readiness
Conflicts: CHANGELOG.md
2 parents dbfec2f + 63c9940 commit c7e987e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
- Nothing.
2222

23-
## 2.6.1 - TBD
23+
## 2.6.1 - 2017-01-16
2424

2525
### Added
2626

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"zendframework/zend-mail": "^2.6",
21-
"phpunit/PHPUnit": "~4.0",
21+
"phpunit/PHPUnit": "^4.7 || ^5.7",
2222
"zendframework/zend-coding-standard": "~1.0.0"
2323
},
2424
"suggest": {

doc/book/message.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ strings and returning a `Zend\Mime\Message` instance:
4646
$message = Zend\Mime\Message::createFromMessage($string, $boundary);
4747
```
4848

49+
As of version 2.6.1, You may also parse a single-part message by omitting the
50+
`$boundary` argument:
51+
52+
```php
53+
$message = Zend\Mime\Message::createFromMessage($string);
54+
```
55+
4956
## Available methods
5057

5158
`Zend\Mime\Message` contains the following methods:

0 commit comments

Comments
 (0)