mirror of
https://github.com/guzzle/guzzle.git
synced 2025-01-18 05:48:15 +01:00
Updating changelog. Fixing composer.json for guzzle/http so that it requires parser.
This commit is contained in:
parent
feb5ac5a0c
commit
992e67009d
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,16 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* 2.7.2 (07-02-2012)
|
||||||
|
|
||||||
|
* BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser.
|
||||||
|
* BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty()
|
||||||
|
* CachePlugin now allows for a custom request parameter function to check if a request can be cached
|
||||||
|
* Bug fix: CachePlugin now only caches GET and HEAD requests by default
|
||||||
|
* Bug fix: Using header glue when transferring headers over the wire
|
||||||
|
* Allowing deeply nested arrays for composite variables in URI templates
|
||||||
|
* Batch divisors can now return iterators or arrays
|
||||||
|
|
||||||
* 2.7.1 (06-26-2012)
|
* 2.7.1 (06-26-2012)
|
||||||
|
|
||||||
* Minor patch to update version number in UA string
|
* Minor patch to update version number in UA string
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"guzzle/common": "*",
|
"guzzle/common": "*",
|
||||||
|
"guzzle/parser": "*",
|
||||||
"symfony/event-dispatcher": "2.*"
|
"symfony/event-dispatcher": "2.*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user