File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Unreleased
3
+ ## 1.6 - 2016-09-12
4
4
5
5
### Changed
6
6
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ public function __destruct()
103
103
* @throws \InvalidArgumentException For invalid header names or values.
104
104
* @throws \RuntimeException If creating the body stream fails.
105
105
*
106
- * @since x.x \UnexpectedValueException replaced with RequestException.
107
- * @since x.x Throw NetworkException on network errors.
106
+ * @since 1.6 \UnexpectedValueException replaced with RequestException.
107
+ * @since 1.6 Throw NetworkException on network errors.
108
108
* @since 1.0
109
109
*/
110
110
public function sendRequest (RequestInterface $ request )
@@ -153,7 +153,7 @@ public function sendRequest(RequestInterface $request)
153
153
* @throws \InvalidArgumentException For invalid header names or values.
154
154
* @throws \RuntimeException If creating the body stream fails.
155
155
*
156
- * @since x.x \UnexpectedValueException replaced with RequestException.
156
+ * @since 1.6 \UnexpectedValueException replaced with RequestException.
157
157
* @since 1.0
158
158
*/
159
159
public function sendAsyncRequest (RequestInterface $ request )
You can’t perform that action at this time.
0 commit comments