Skip to content

Commit 17b4c14

Browse files
committed
Updated docs
1 parent 396b49e commit 17b4c14

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.2.0 - ???
4+
5+
### Fixed
6+
7+
- Make sure one can add resources with same name without overwrite.
8+
39
## 0.1.6 - 2017-02-16
410

511
### Fixed

src/MultipartStreamBuilder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ public function __construct(StreamFactory $streamFactory = null)
4444
}
4545

4646
/**
47-
* Add a resource to the Multipart Stream. If the same $name is used twice the first resource will
48-
* be overwritten.
47+
* Add a resource to the Multipart Stream.
4948
*
5049
* @param string $name the formpost name
5150
* @param string|resource|StreamInterface $resource

0 commit comments

Comments
 (0)