From 992e67009d12f070d7423742f1682c58608521b9 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Mon, 2 Jul 2012 14:04:37 -0700 Subject: [PATCH] Updating changelog. Fixing composer.json for guzzle/http so that it requires parser. --- CHANGELOG.md | 10 ++++++++++ src/Guzzle/Http/composer.json | 1 + 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4caf5a..e85fa9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/Guzzle/Http/composer.json b/src/Guzzle/Http/composer.json index 0abdab2f..13b114fe 100644 --- a/src/Guzzle/Http/composer.json +++ b/src/Guzzle/Http/composer.json @@ -7,6 +7,7 @@ "require": { "php": ">=5.3.2", "guzzle/common": "*", + "guzzle/parser": "*", "symfony/event-dispatcher": "2.*" }, "autoload": {