Skip to content

Commit 984b3e6

Browse files
committed
Version 1.6
1 parent bfc8157 commit 984b3e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.6 - 2016-09-12
44

55
### Changed
66

src/Client.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ public function __destruct()
103103
* @throws \InvalidArgumentException For invalid header names or values.
104104
* @throws \RuntimeException If creating the body stream fails.
105105
*
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.
108108
* @since 1.0
109109
*/
110110
public function sendRequest(RequestInterface $request)
@@ -153,7 +153,7 @@ public function sendRequest(RequestInterface $request)
153153
* @throws \InvalidArgumentException For invalid header names or values.
154154
* @throws \RuntimeException If creating the body stream fails.
155155
*
156-
* @since x.x \UnexpectedValueException replaced with RequestException.
156+
* @since 1.6 \UnexpectedValueException replaced with RequestException.
157157
* @since 1.0
158158
*/
159159
public function sendAsyncRequest(RequestInterface $request)

0 commit comments

Comments
 (0)