We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b49e commit 17b4c14Copy full SHA for 17b4c14
CHANGELOG.md
@@ -1,5 +1,11 @@
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.6 - 2017-02-16
10
11
### Fixed
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