We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1209b3 commit 05d1568Copy full SHA for 05d1568
CHANGELOG.md
@@ -1,11 +1,16 @@
1
# Change Log
2
3
+## 0.2.0 - ???
4
+
5
+### Fixed
6
7
+- Make sure one can add resources with same name without overwrite.
8
9
## 0.1.5 - 2017-02-16
10
11
### Fixed
12
13
- Performance improvements by avoid using `uniqid()`.
-- Make sure one can add resources with same name without overwrite.
14
15
## 0.1.5 - 2017-02-14
16
src/MultipartStreamBuilder.php
@@ -44,8 +44,7 @@ public function __construct(StreamFactory $streamFactory = null)
44
}
45
46
/**
47
- * Add a resource to the Multipart Stream. If the same $name is used twice the first resource will
48
- * be overwritten.
+ * Add a resource to the Multipart Stream.
49
*
50
* @param string $name the formpost name
51
* @param string|resource|StreamInterface $resource
0 commit comments