Skip to content

Commit ca8181b

Browse files
committed
news
1 parent ef3b6e1 commit ca8181b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
while the range 103-107 is reserved for xml parsing errors
99

1010
* improved: added new methods: `Server::generatePayload($resp, $respCharset)`,
11-
`Server::printPayload($payload, $resp->getContentType(), $respEncoding)` , `HTTP::setAcceptedStatusCodes($statusCodes)`
11+
`Server::printPayload($payload, $respContentType, $respEncoding)` , `HTTP::setAcceptedStatusCodes($statusCodes)`
1212
and `Wrapper::cloneClientForClosure($client)`. Made private method `Client::_try_multicall` protected.
1313
All of this to help subclasses such as the Json-Rpc client, server and request
1414

15-
* improved: prepare the debugger for json-rpc 2.0 support, which will be in a pending release of the PhpJsonRpc library
15+
* improved: prepare the debugger for json-rpc 2.0 support, which will be in an upcoming release of the PhpJsonRpc library
1616

1717
* fixed: the `vm.sh` script would not expose the http ports of the test container to the host
1818

0 commit comments

Comments
 (0)