1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 21:38:16 +01:00

Updating changelog. Fixing composer.json for guzzle/http so that it requires parser.

This commit is contained in:
Michael Dowling 2012-07-02 14:04:37 -07:00
parent feb5ac5a0c
commit 992e67009d
2 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,16 @@
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)
* Minor patch to update version number in UA string

View File

@ -7,6 +7,7 @@
"require": {
"php": ">=5.3.2",
"guzzle/common": "*",
"guzzle/parser": "*",
"symfony/event-dispatcher": "2.*"
},
"autoload": {