File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.2.0 - ???
4
+
5
+ ### Fixed
6
+
7
+ - Make sure one can add resources with same name without overwrite.
8
+
3
9
## 0.1.5 - 2017-02-16
4
10
5
11
### Fixed
6
12
7
13
- Performance improvements by avoid using ` uniqid() ` .
8
- - Make sure one can add resources with same name without overwrite.
9
14
10
15
## 0.1.5 - 2017-02-14
11
16
Original file line number Diff line number Diff line change @@ -44,8 +44,7 @@ public function __construct(StreamFactory $streamFactory = null)
44
44
}
45
45
46
46
/**
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.
49
48
*
50
49
* @param string $name the formpost name
51
50
* @param string|resource|StreamInterface $resource
You can’t perform that action at this time.
0 commit comments