mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-17 21:38:16 +01:00
4.1.2 release
This commit is contained in:
parent
799acd437a
commit
095cf4db55
@ -1,6 +1,11 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
4.1.2 (2014-06-18)
|
||||
------------------
|
||||
|
||||
* Added support for sending payloads with GET requests
|
||||
|
||||
4.1.1 (2014-06-08)
|
||||
------------------
|
||||
|
||||
|
@ -13,7 +13,7 @@ use GuzzleHttp\Exception\AdapterException;
|
||||
*/
|
||||
interface ClientInterface extends HasEmitterInterface
|
||||
{
|
||||
const VERSION = '4.1.1';
|
||||
const VERSION = '4.1.2';
|
||||
|
||||
/**
|
||||
* Create and return a new {@see RequestInterface} object.
|
||||
|
@ -138,6 +138,7 @@ final class RequestEvents
|
||||
*
|
||||
* @return array
|
||||
* @throws \InvalidArgumentException if the event config is invalid
|
||||
* @internal
|
||||
*/
|
||||
public static function convertEventArray(
|
||||
array $options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user