Skip to content

Commit 05d1568

Browse files
committed
Updated docs
1 parent e1209b3 commit 05d1568

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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.5 - 2017-02-16
410

511
### Fixed
612

713
- Performance improvements by avoid using `uniqid()`.
8-
- Make sure one can add resources with same name without overwrite.
914

1015
## 0.1.5 - 2017-02-14
1116

src/MultipartStreamBuilder.php

+1-2
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)